Maestro Label Designer Font Finder

Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.

Qu'est-ce que Maestro Label Designer Font Finder ?

Maestro Label Designer Font Finder est une extension Chrome développée par OnlineLabels.com, et sa fonction principale est "Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Maestro Label Designer Font Finder

Téléchargez les fichiers d'extension Maestro Label Designer Font Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Maestro Label Designer Font Finder Maestro Label Designer Font Finder
ID bnfcjaloinijmodiiifdlelfmkmlibff
URL Officiel 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.
Taille du Fichier 11.56 KB
Nombre d'Installations 15,220
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-10-06
Date de Publication 2020-09-08
Évaluation 1.92/5 Total 13 Évaluations
Développeur OnlineLabels.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.onlinelabels.com/
URL de la Page d'Aide https://www.onlinelabels.com/support
URL de la Page de Politique de Confidentialité https://secure.onlinelabels.com/privacy.aspx
Langues Prises en Charge 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"
    ]
}