Color Icon
A Chrome Extension to differentiate tabs with the same Favicon
O que é Color Icon?
Color Icon é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "A Chrome Extension to differentiate tabs with the same Favicon".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Color Icon
Baixe arquivos de extensão Color Icon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Color Icon |
ID | bfmebkjjepnclncmndhcgcmmmchijbop |
URL Oficial | https://chromewebstore.google.com/detail/color-icon/bfmebkjjepnclncmndhcgcmmmchijbop |
Descrição | A Chrome Extension to differentiate tabs with the same Favicon |
Tamanho do Arquivo | 66.6 KB |
Contagem de Instalações | 52 |
Versão Atual | 0.2 |
Última Atualização | 2018-08-19 |
Data de Publicação | 2018-08-19 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tiagonbotelho/color-icon |
Idiomas Suportados | 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": [ " |