Security Warning: High Security Risk
Wordmark Extension
ID: plafaneablgcojpbaeefkmnheilloopl
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- Wordmark OÜView Profile
- Privacy
- Privacy Policy
- Help
- Help Center
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- Yes
- Mailbox exists
- Yes
- Website
- Visit
Syncronize your fonts with Wordmark + Preview fonts on any website
Welcome to the new Wordmark browser extension! This simple tool detects fonts installed on your computer and shares them with Wordmark (https://wordmark.it). It also lets you discover, preview, and test fonts on any website you visit. # What is Wordmark? Wordmark is a web app that helps you preview and choose fonts by displaying their text in all the fonts installed on your computer. It offers features like tagging and categorizing fonts, sharing font previews with customers, and exporting designs to Cricut and Silhouette. With its user-friendly interface and efficient font selection process, Wordmark is widely used by crafters, designers, and creatives who work with fonts every day. Learn more about Wordmark on https://wordmark.it/ --- Originally built to detect installed fonts for Wordmark, the extension has grown into a font discovery tool, helping crafters and designers explore and test new fonts directly in their browser. # Discover New Fonts While Browsing Easily see which fonts are used on any website you visit. The extension displays a badge with the number of web fonts it detects. Pin it for quick access and explore fonts as you browse. # See How Web Fonts Look with Your Text Type your own text and see how it looks in the fonts used on a webpage. Adjust the size ot zoom in for a closer look. # Export Font Previews as Images You can export the font previews as images to keep as a reference, import into other apps, or share it with others.
The bundled manifest.json declares manifest_version 2 and only the 'fontSettings' permission, while the published manifest on the Chrome Web Store indicates manifest_version 3 with additional permissions 'activeTab', content scripts, and web_accessible_resources. This mismatch suggests the extension may have been updated on the store to a more capable version not reflected in the reviewed source, posing a transparency risk.
{ "update_url": "https://clients2.google.com/service/update2/crx", "name": "Wordmark.it Extension", "version": "0.0.4", "description": "This extension enables you to see your fonts on Wordmark.it", "permissions": ["fontSettings"], "background": { "scripts": [ "javascripts/bugsnag.min.js", "javascripts/bugsnag_config.js", "javascripts/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { ... } }, "icons": { ... }, "externally_connectable": { "matches": ["http://localhost:8000/*", "https://test.wordmark.it/*", "https://wordmark.it/*", "https://www.wordmark.it/*"] }, "manifest_version": 2}The extension configures Bugsnag error monitoring with API key '222886885ed7986f0c3965744d5f689b' and sends error reports to bugsnag.com when exceptions occur. This constitutes data collection to a third-party service. The Chrome Web Store listing for this extension states data collection: 'none declared', making this an undisclosed tracking mechanism. While the data sent is limited to error stack traces and metadata, the lack of disclosure is a privacy hygiene issue.
(function(self) { window.bugsnagClient = bugsnag({ apiKey: '222886885ed7986f0c3965744d5f689b', version: chrome.runtime.getManifest().version, releaseStage: 'development', beforeSend: function(report) { report.stacktrace = report.stacktrace.map(function(frame) { frame.file = frame.file.replace(/chrome-extension:/g, 'extension'); return frame; }) } });})(typeof self !== 'undefined' ? self : this);// background.js catch block:bugsnagClient.notify(error, { ...});By severity
Versions scanned
Showing 1 of 11 scanned versions with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 0.0.4 | 2 |
Files with findings
2 distinct paths — top paths by unique finding count:
- javascripts/bugsnag_config.js1
- manifest.json1
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
Gain full insight into all external connections.
Upgrade for full visibility.
Gain full insight into all external connections.
Upgrade for full visibility.
Code Diff
Compare extension code between any two versions.
No comparable text files found between these versions.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.