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 |
官方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 |
帮助页面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": [ " |