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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.onlinelabels.com/support
عنوان صفحة سياسة الخصوصية 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"
    ]
}