Favicon Detector

A simple way to detect website icons.

ما هو Favicon Detector؟

Favicon Detector هو إضافة Chrome تم تطويرها بواسطة https://blackglory.me، والميزة الرئيسية لها هي "A simple way to detect website icons.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Favicon Detector

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

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

                        Click the extension button to detect current website's icons.

Support:
- Favicon
- Icon
- Apple Touch Icon
- msapplication-TileImage
- msapplication-config
- Web App Manifest
- Fluid Icon
- Mask Icon

Github: https://github.com/BlackGlory/favicon-detector                    

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

الاسم Favicon Detector Favicon Detector
ID jlfeffjhgmgblofcgpbgpkkhfniipejm
عنوان URL الرسمي https://chromewebstore.google.com/detail/favicon-detector/jlfeffjhgmgblofcgpbgpkkhfniipejm
الوصف A simple way to detect website icons.
حجم الملف 1.98 MB
عدد التثبيتات 4,000
النسخة الحالية 4.1.2
آخر تحديث 2023-12-22
تاريخ النشر 2019-05-31
تقييم 4.82/5 مجموع تقييمات 11
المطور https://blackglory.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/BlackGlory/favicon-detector
عنوان صفحة المساعدة https://github.com/BlackGlory/favicon-detector/issues
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "BlackGlory",
    "version": "4.1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "48": "assets\/images\/icon-48.png",
        "64": "assets\/images\/icon-64.png",
        "128": "assets\/images\/icon-128.png"
    },
    "action": {
        "default_title": "__MSG_extensionBrowserActionTitle__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/icon-16.png",
            "32": "assets\/images\/icon-32.png",
            "48": "assets\/images\/icon-48.png",
            "64": "assets\/images\/icon-64.png",
            "128": "assets\/images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}