Maestro Label Designer Font Finder
Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.
O que é Maestro Label Designer Font Finder?
Maestro Label Designer Font Finder é uma extensão do Chrome desenvolvida por OnlineLabels.com, e sua principal característica é "Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Maestro Label Designer Font Finder
Baixe arquivos de extensão Maestro Label Designer Font Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Maestro Label Designer Font Finder |
ID | bnfcjaloinijmodiiifdlelfmkmlibff |
URL Oficial | https://chromewebstore.google.com/detail/maestro-label-designer-fo/bnfcjaloinijmodiiifdlelfmkmlibff |
Descrição | Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com. |
Tamanho do Arquivo | 11.56 KB |
Contagem de Instalações | 15,220 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-10-06 |
Data de Publicação | 2020-09-08 |
Classificação | 1.92/5 Total de 13 Avaliações |
Desenvolvedor | OnlineLabels.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.onlinelabels.com/ |
URL da Página de Ajuda | https://www.onlinelabels.com/support |
URL da Página de Política de Privacidade | https://secure.onlinelabels.com/privacy.aspx |
Idiomas Suportados | 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" ] } |