Flavoured Favicon
Change color tastes of favicons by their domains
Hvad er Flavoured Favicon?
Flavoured Favicon er en Chrome-udvidelse udviklet af motemen, og dens hovedfunktion er "Change color tastes of favicons by their domains".
Udvidelsesskærmbilleder
Download Flavoured Favicon-udvidelses-CRX-fil
Download Flavoured Favicon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Flavoured Favicon |
ID | dlegfippiljfbacmikdigaimfngdibgh |
Officiel URL | https://chromewebstore.google.com/detail/flavoured-favicon/dlegfippiljfbacmikdigaimfngdibgh |
Beskrivelse | Change color tastes of favicons by their domains |
Filstørrelse | 47.63 KB |
Antal Installationer | 86 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2014-12-24 |
Udgivelsesdato | 2014-12-23 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | motemen |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flavoured Favicon", "version": "0.0.3", "manifest_version": 2, "description": "Change color tastes of favicons by their domains", "default_locale": "en", "background": { "scripts": [ "js\/bg\/background.js" ], "persistent": true }, "options_page": "options\/options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "icons": { "128": "icons\/icon.png" } } |