Flavoured Favicon

Change color tastes of favicons by their domains

Qu'est-ce que Flavoured Favicon ?

Flavoured Favicon est une extension Chrome développée par motemen, et sa fonction principale est "Change color tastes of favicons by their domains".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Flavoured Favicon

Téléchargez les fichiers d'extension Flavoured Favicon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Flavoured Favicon Flavoured Favicon
ID dlegfippiljfbacmikdigaimfngdibgh
URL Officiel https://chromewebstore.google.com/detail/flavoured-favicon/dlegfippiljfbacmikdigaimfngdibgh
Description Change color tastes of favicons by their domains
Taille du Fichier 47.63 KB
Nombre d'Installations 86
Version Actuelle 0.0.3
Dernière Mise à Jour 2014-12-24
Date de Publication 2014-12-23
Évaluation 3.00/5 Total 2 Évaluations
Développeur motemen
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}