Maestro Label Designer Font Finder
Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.
Cos'è Maestro Label Designer Font Finder?
Maestro Label Designer Font Finder è un'estensione di Chrome sviluppata da OnlineLabels.com, e la sua funzione principale è "Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Maestro Label Designer Font Finder
Scarica i file di estensione Maestro Label Designer Font Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Maestro Label Designer Font Finder |
ID | bnfcjaloinijmodiiifdlelfmkmlibff |
URL Ufficiale | https://chromewebstore.google.com/detail/maestro-label-designer-fo/bnfcjaloinijmodiiifdlelfmkmlibff |
Descrizione | Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com. |
Dimensione del File | 11.56 KB |
Conteggio Installazioni | 15,220 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-10-06 |
Data di Pubblicazione | 2020-09-08 |
Valutazione | 1.92/5 Totale 13 Valutazioni |
Sviluppatore | OnlineLabels.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.onlinelabels.com/ |
URL della Pagina di Aiuto | https://www.onlinelabels.com/support |
URL della Pagina della Politica sulla Privacy | https://secure.onlinelabels.com/privacy.aspx |
Lingue Supportate | 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" ] } |