Favicon Detector

A simple way to detect website icons.

Favicon Detectorとは何ですか?

Favicon Detectorはhttps://blackglory.meによって開発されたChromeの拡張機能で、その主な機能は「A simple way to detect website icons.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Favicon Detector拡張機能のCRXファイルをダウンロード

Favicon Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/BlackGlory/favicon-detector
ヘルプページのURL 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": [
        ""
    ]
}