Color Icon
A Chrome Extension to differentiate tabs with the same Favicon
Vad är Color Icon?
Color Icon är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A Chrome Extension to differentiate tabs with the same Favicon".
Tilläggsskärmbilder
Ladda ner Color Icon-förlängningens CRX-fil
Ladda ner Color Icon-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
Color Icon is an extension that enables the user to distinguish tabs with the same favicon by marking them with a color of your choice.
Grundläggande Information om Tillägg
Namn | Color Icon |
ID | bfmebkjjepnclncmndhcgcmmmchijbop |
Officiell webbadress | https://chromewebstore.google.com/detail/color-icon/bfmebkjjepnclncmndhcgcmmmchijbop |
Beskrivning | A Chrome Extension to differentiate tabs with the same Favicon |
Filstorlek | 66.6 KB |
Antal Installationer | 52 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2018-08-19 |
Publiceringsdatum | 2018-08-19 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/tiagonbotelho/color-icon |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Icon", "version": "0.2", "author": "Tiago Botelho", "manifest_version": 2, "description": "A Chrome Extension to differentiate tabs with the same Favicon", "homepage_url": "https:\/\/github.com\/tiagonbotelho\/color-icon", "icons": { "16": "icons\/16logo.png", "48": "icons\/48logo.png", "128": "icons\/128logo.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/helpers.js", "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/19logo.png", "default_title": "Color Icon", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "chrome:\/\/favicon\/", "tabs", "storage", "activeTab" ], "content_scripts": [ { "matches": [ " |