Favicon Detector
A simple way to detect website icons.
Vad är Favicon Detector?
Favicon Detector är en Chrome-tillägg utvecklad av https://blackglory.me, och dess huvudfunktion är "A simple way to detect website icons.".
Tilläggsskärmbilder
Ladda ner Favicon Detector-förlängningens CRX-fil
Ladda ner Favicon Detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | jlfeffjhgmgblofcgpbgpkkhfniipejm |
| Officiell webbadress | https://chromewebstore.google.com/detail/favicon-detector/jlfeffjhgmgblofcgpbgpkkhfniipejm |
| Beskrivning | A simple way to detect website icons. |
| Filstorlek | 1.98 MB |
| Antal Installationer | 4,000 |
| Aktuell Version | 4.1.2 |
| Senast Uppdaterad | 2023-12-22 |
| Publiceringsdatum | 2019-05-31 |
| Betyg | 4.82/5 Totalt 11 Betyg |
| Utvecklare | https://blackglory.me |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/BlackGlory/favicon-detector |
| Hjälpsida URL | https://github.com/BlackGlory/favicon-detector/issues |
| Stödda Språk | 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": [
" | |