Flavoured Favicon
Change color tastes of favicons by their domains
What is Flavoured Favicon?
Flavoured Favicon is a Chrome extension developed by motemen, and its main feature is "Change color tastes of favicons by their domains".
Extension Screenshots
Download Flavoured Favicon Extension CRX File
Download Flavoured Favicon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | dlegfippiljfbacmikdigaimfngdibgh |
Official URL | https://chromewebstore.google.com/detail/flavoured-favicon/dlegfippiljfbacmikdigaimfngdibgh |
Description | Change color tastes of favicons by their domains |
File Size | 47.63 KB |
Installation Count | 86 |
Current Version | 0.0.3 |
Last Updated | 2014-12-24 |
Publish Date | 2014-12-23 |
Rating | 3.00/5 Total 2 Ratings |
Developer | motemen |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |