Fontpair

Identifies which colors and fonts a website uses

ما هو Fontpair؟

Fontpair هو إضافة Chrome تم تطويرها بواسطة https://fontpair.co، والميزة الرئيسية لها هي "Identifies which colors and fonts a website uses".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Fontpair

قم بتنزيل ملفات الامتداد Fontpair بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Fontpair helps you identify which colors and fonts a website uses. It does this by detecting the current fonts on the website from the CSS. You can also download a screenshot of the website and share the website URL with the plugin. More updates coming soon!

fontpair.co/extension                    

معلومات أساسية عن التمديد

الاسم Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
عنوان URL الرسمي https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
الوصف Identifies which colors and fonts a website uses
حجم الملف 445 KB
عدد التثبيتات 9,093
النسخة الحالية 1.0
آخر تحديث 2024-02-05
تاريخ النشر 2022-06-29
تقييم 4.75/5 مجموع تقييمات 4
المطور https://fontpair.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.fontpair.co/
عنوان صفحة المساعدة https://fontpairv2.webflow.io/extension/privacy
عنوان صفحة سياسة الخصوصية https://www.fontpair.co/extension/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fontpair",
    "description": "Identifies which colors and fonts a website uses",
    "version": "1.0",
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "src\/images\/icon128.png",
        "default_popup": "src\/html\/popup.html"
    },
    "icons": {
        "16": "src\/images\/icon16.png",
        "48": "src\/images\/icon32.png",
        "128": "src\/images\/icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/js\/jquery-1.10.2.js",
                "src\/js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab"
    ]
}