Maestro Label Designer Font Finder

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

Τι είναι το Maestro Label Designer Font Finder;

Το Maestro Label Designer Font Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OnlineLabels.com, και η κύρια λειτουργία του είναι "Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Maestro Label Designer Font Finder

Λήψη αρχείων επέκτασης Maestro Label Designer Font Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Maestro Label Designer Font Finder Maestro Label Designer Font Finder
ID bnfcjaloinijmodiiifdlelfmkmlibff
Επίσημο URL https://chromewebstore.google.com/detail/maestro-label-designer-fo/bnfcjaloinijmodiiifdlelfmkmlibff
Περιγραφή Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.
Μέγεθος Αρχείου 11.56 KB
Αριθμός Εγκαταστάσεων 15,220
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-10-06
Ημερομηνία Δημοσίευσης 2020-09-08
Αξιολόγηση 1.92/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής OnlineLabels.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.onlinelabels.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.onlinelabels.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://secure.onlinelabels.com/privacy.aspx
Υποστηριζόμενες Γλώσσες 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"
    ]
}