IdentiFont

This extension displays the font of an html element on hover.

ما هو IdentiFont؟

IdentiFont هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension displays the font of an html element on hover.".

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

screenshot

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

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

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

                        IdentiFont helps you identify the font-faces used across the web. Simply turn on the extension, and hover over almost any block of text to see a popup containing the name of the font used. Remember to restart your browser after installing.                    

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

الاسم IdentiFont IdentiFont
ID nmmdmcgnpdhlhcaaklfkhiemkkiecpca
عنوان URL الرسمي https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca
الوصف This extension displays the font of an html element on hover.
حجم الملف 2.68 MB
عدد التثبيتات 734
النسخة الحالية 1.2
آخر تحديث 2016-09-24
تاريخ النشر 2016-09-24
تقييم 4.00/5 مجموع تقييمات 4
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IdentiFont",
    "description": "This extension displays the font of an html element on hover.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "core.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/images\/logo.png"
    }
}