Favicon Detector
A simple way to detect website icons.
Cos'è Favicon Detector?
Favicon Detector è un'estensione di Chrome sviluppata da https://blackglory.me, e la sua funzione principale è "A simple way to detect website icons.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Favicon Detector
Scarica i file di estensione Favicon Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Favicon Detector |
ID | jlfeffjhgmgblofcgpbgpkkhfniipejm |
URL Ufficiale | https://chromewebstore.google.com/detail/favicon-detector/jlfeffjhgmgblofcgpbgpkkhfniipejm |
Descrizione | A simple way to detect website icons. |
Dimensione del File | 1.98 MB |
Conteggio Installazioni | 4,000 |
Versione Corrente | 4.1.2 |
Ultimo Aggiornamento | 2023-12-22 |
Data di Pubblicazione | 2019-05-31 |
Valutazione | 4.82/5 Totale 11 Valutazioni |
Sviluppatore | https://blackglory.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/BlackGlory/favicon-detector |
URL della Pagina di Aiuto | https://github.com/BlackGlory/favicon-detector/issues |
Lingue Supportate | 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": [ " |