Which Font Is This ?

A chrome plugin to identify fonts on websites & web pages.

ما هو Which Font Is This ?؟

Which Font Is This ? هو إضافة Chrome تم تطويرها بواسطة http://yassershaikh.com، والميزة الرئيسية لها هي "A chrome plugin to identify fonts on websites & web pages.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Which Font Is This ?

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

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

                        Important Note: You need to refresh your page once after installing this extension.

A user friendly way to find out which font, font color or background colors are in use on any website.

For any bug report/suggestion/feedback send me a mail at [email protected]                    

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

الاسم Which Font Is This ? Which Font Is This ?
ID obhkckbkndockmajpedihihnplcgchgh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/which-font-is-this/obhkckbkndockmajpedihihnplcgchgh
الوصف A chrome plugin to identify fonts on websites & web pages.
حجم الملف 43.45 KB
عدد التثبيتات 10,000
النسخة الحالية 2
آخر تحديث 2014-04-09
تاريخ النشر 2014-04-09
تقييم 3.18/5 مجموع تقييمات 11
المطور http://yassershaikh.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://yassershaikh.com/plugins/
عنوان صفحة المساعدة http://yassershaikh.com/plugins/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2",
    "manifest_version": 2,
    "name": "Which Font Is This ?",
    "description": "A chrome plugin to identify fonts on websites & web pages.",
    "homepage_url": "http:\/\/yassershaikh.com",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "What Font Is This ?"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ],
            "css": [
                "whichfontisthis.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/localhost.com\/"
    ],
    "web_accessible_resources": [
        "whichfontisthis.css",
        "logo.png"
    ]
}