Flavoured Favicon

Change color tastes of favicons by their domains

Cos'è Flavoured Favicon?

Flavoured Favicon è un'estensione di Chrome sviluppata da motemen, e la sua funzione principale è "Change color tastes of favicons by their domains".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Flavoured Favicon

Scarica i file di estensione Flavoured Favicon 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

                                            

Informazioni di Base sull'Estensione

Nome Flavoured Favicon Flavoured Favicon
ID dlegfippiljfbacmikdigaimfngdibgh
URL Ufficiale https://chromewebstore.google.com/detail/flavoured-favicon/dlegfippiljfbacmikdigaimfngdibgh
Descrizione Change color tastes of favicons by their domains
Dimensione del File 47.63 KB
Conteggio Installazioni 86
Versione Corrente 0.0.3
Ultimo Aggiornamento 2014-12-24
Data di Pubblicazione 2014-12-23
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore motemen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}