Maestro Label Designer Font Finder

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

Co to jest Maestro Label Designer Font Finder?

Maestro Label Designer Font Finder to rozszerzenie Chrome opracowane przez OnlineLabels.com, a jego główną funkcją jest „Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Maestro Label Designer Font Finder

Pobierz pliki rozszerzeń Maestro Label Designer Font Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Maestro Label Designer Font Finder Maestro Label Designer Font Finder
ID bnfcjaloinijmodiiifdlelfmkmlibff
Oficjalny URL https://chromewebstore.google.com/detail/maestro-label-designer-fo/bnfcjaloinijmodiiifdlelfmkmlibff
Opis Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.
Rozmiar pliku 11.56 KB
Liczba instalacji 15,220
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-10-06
Data Publikacji 2020-09-08
Ocena 1.92/5 Łącznie 13 Oceny
Deweloper OnlineLabels.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.onlinelabels.com/
Adres URL Strony Pomocy https://www.onlinelabels.com/support
Adres URL Strony Polityki Prywatności https://secure.onlinelabels.com/privacy.aspx
Obsługiwane Języki 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"
    ]
}