Maestro Label Designer Font Finder

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

Apa itu Maestro Label Designer Font Finder?

Maestro Label Designer Font Finder adalah ekstensi Chrome yang dikembangkan oleh OnlineLabels.com, dan fitur utamanya adalah "Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Maestro Label Designer Font Finder

Unduh file ekstensi Maestro Label Designer Font Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Maestro Label Designer Font Finder Maestro Label Designer Font Finder
ID bnfcjaloinijmodiiifdlelfmkmlibff
URL Resmi https://chromewebstore.google.com/detail/maestro-label-designer-fo/bnfcjaloinijmodiiifdlelfmkmlibff
Deskripsi Use the fonts installed on your computer in Maestro Label Designer by OnlineLabels.com.
Ukuran File 11.56 KB
Jumlah Instalasi 15,220
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-10-06
Tanggal Publikasi 2020-09-08
Penilaian 1.92/5 Total 13 Penilaian
Pengembang OnlineLabels.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.onlinelabels.com/
URL Halaman Bantuan https://www.onlinelabels.com/support
URL Halaman Kebijakan Privasi https://secure.onlinelabels.com/privacy.aspx
Bahasa yang Didukung 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"
    ]
}