Favicon Detector
A simple way to detect website icons.
什麼是Favicon Detector?
Favicon Detector是由https://blackglory.me開發的Chrome擴展程式,該擴展的主要功能是“A simple way to detect website icons.”。
擴展截圖
下載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 |
ID | jlfeffjhgmgblofcgpbgpkkhfniipejm |
官方網址 | 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 |
說明頁面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": [ " |