Maestro Label Designer Font Finder
Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.
Was ist Maestro Label Designer Font Finder?
Maestro Label Designer Font Finder ist eine Chrome-Erweiterung, die von OnlineLabels.com entwickelt wurde, und ihr Hauptmerkmal ist "Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.".
Erweiterungsscreenshots
Maestro Label Designer Font Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Maestro Label Designer Font Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Maestro Label Designer Font Finder |
ID | bnfcjaloinijmodiiifdlelfmkmlibff |
Offizielle URL | https://chromewebstore.google.com/detail/maestro-label-designer-fo/bnfcjaloinijmodiiifdlelfmkmlibff |
Beschreibung | Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com. |
Dateigröße | 11.56 KB |
Installationsanzahl | 15,220 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-10-06 |
Veröffentlichungsdatum | 2020-09-08 |
Bewertung | 1.92/5 Insgesamt 13 Bewertungen |
Entwickler | OnlineLabels.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.onlinelabels.com/ |
Hilfeseite URL | https://www.onlinelabels.com/support |
URL der Datenschutzrichtlinien-Seite | https://secure.onlinelabels.com/privacy.aspx |
Unterstützte Sprachen | 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" ] } |