Favicon Detector
A simple way to detect website icons.
Qu'est-ce que Favicon Detector ?
Favicon Detector est une extension Chrome développée par https://blackglory.me, et sa fonction principale est "A simple way to detect website icons.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Favicon Detector
Téléchargez les fichiers d'extension Favicon Detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Favicon Detector |
ID | jlfeffjhgmgblofcgpbgpkkhfniipejm |
URL Officiel | https://chromewebstore.google.com/detail/favicon-detector/jlfeffjhgmgblofcgpbgpkkhfniipejm |
Description | A simple way to detect website icons. |
Taille du Fichier | 1.98 MB |
Nombre d'Installations | 4,000 |
Version Actuelle | 4.1.2 |
Dernière Mise à Jour | 2023-12-22 |
Date de Publication | 2019-05-31 |
Évaluation | 4.82/5 Total 11 Évaluations |
Développeur | https://blackglory.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/BlackGlory/favicon-detector |
URL de la Page d'Aide | https://github.com/BlackGlory/favicon-detector/issues |
Langues Prises en Charge | 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": [ " |