Color Icon
A Chrome Extension to differentiate tabs with the same Favicon
Qu'est-ce que Color Icon ?
Color Icon est une extension Chrome développée par Unknown, et sa fonction principale est "A Chrome Extension to differentiate tabs with the same Favicon".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Color Icon
Téléchargez les fichiers d'extension Color Icon 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
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.
Informations de Base sur l'Extension
Nom | Color Icon |
ID | bfmebkjjepnclncmndhcgcmmmchijbop |
URL Officiel | https://chromewebstore.google.com/detail/color-icon/bfmebkjjepnclncmndhcgcmmmchijbop |
Description | A Chrome Extension to differentiate tabs with the same Favicon |
Taille du Fichier | 66.6 KB |
Nombre d'Installations | 52 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2018-08-19 |
Date de Publication | 2018-08-19 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tiagonbotelho/color-icon |
Langues Prises en Charge | 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": [ " |