Maestro Label Designer Font Finder
Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.
What is Maestro Label Designer Font Finder?
Maestro Label Designer Font Finder is a Chrome extension developed by OnlineLabels.com, and its main feature is "Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.".
Extension Screenshots
Download Maestro Label Designer Font Finder Extension CRX File
Download Maestro Label Designer Font Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Expand your font library and create a label design that is truly unique with this free extension for Maestro Label Designer by OnlineLabels.com. From brand fonts to more expressive options, Maestro Label Designer - Font Finder helps you access downloaded fonts to use in your label designs. You’ll see them automatically listed in alphabetical order at the bottom of the "Font Family" dropdown immediately after installation. By installing the extension, you acknowledge you have read and agree to the Privacy Policy (https://secure.onlinelabels.com/privacy.aspx) and Terms and Conditions (https://secure.onlinelabels.com/terms-and-conditions.aspx) of OnlineLabels.com.
Extension Basic Information
Name | Maestro Label Designer Font Finder |
ID | bnfcjaloinijmodiiifdlelfmkmlibff |
Official URL | https://chromewebstore.google.com/detail/maestro-label-designer-fo/bnfcjaloinijmodiiifdlelfmkmlibff |
Description | Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com. |
File Size | 11.56 KB |
Installation Count | 15,220 |
Current Version | 1.0.1 |
Last Updated | 2020-10-06 |
Publish Date | 2020-09-08 |
Rating | 1.92/5 Total 13 Ratings |
Developer | OnlineLabels.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.onlinelabels.com/ |
Help Page URL | https://www.onlinelabels.com/support |
Privacy Policy Page URL | https://secure.onlinelabels.com/privacy.aspx |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Maestro Label Designer Font Finder", "author": "Online Labels, LLC", "description": "Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.onlinelabels.com\/*" ], "js": [ "contentScript.js" ] } ], "permissions": [ "fontSettings" ] } |