Flavoured Favicon
Change color tastes of favicons by their domains
Vad är Flavoured Favicon?
Flavoured Favicon är en Chrome-tillägg utvecklad av motemen, och dess huvudfunktion är "Change color tastes of favicons by their domains".
Tilläggsskärmbilder
Ladda ner Flavoured Favicon-förlängningens CRX-fil
Ladda ner Flavoured Favicon-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
                                             Grundläggande Information om Tillägg
| Namn |   |  
| ID | dlegfippiljfbacmikdigaimfngdibgh | 
| Officiell webbadress | https://chromewebstore.google.com/detail/flavoured-favicon/dlegfippiljfbacmikdigaimfngdibgh | 
| Beskrivning | Change color tastes of favicons by their domains | 
| Filstorlek | 47.63 KB | 
| Antal Installationer | 86 | 
| Aktuell Version | 0.0.3 | 
| Senast Uppdaterad | 2014-12-24 | 
| Publiceringsdatum | 2014-12-23 | 
| Betyg | 3.00/5 Totalt 2 Betyg | 
| Utvecklare | motemen | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |