Flavoured Favicon
Change color tastes of favicons by their domains
Wat is Flavoured Favicon?
Flavoured Favicon is een Chrome-extensie ontwikkeld door motemen, en de belangrijkste functie is "Change color tastes of favicons by their domains".
Extensie Screenshots
Download het CRX-bestand van de extensie Flavoured Favicon
Download Flavoured Favicon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Flavoured Favicon |
ID | dlegfippiljfbacmikdigaimfngdibgh |
Officiële URL | https://chromewebstore.google.com/detail/flavoured-favicon/dlegfippiljfbacmikdigaimfngdibgh |
Beschrijving | Change color tastes of favicons by their domains |
Bestandsgrootte | 47.63 KB |
Aantal Installaties | 86 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2014-12-24 |
Publicatiedatum | 2014-12-23 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | motemen |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |