Inbox Favicon Changer
Changes Google Inbox Favicons to represent the current page
O que é Inbox Favicon Changer?
Inbox Favicon Changer é uma extensão do Chrome desenvolvida por ATG, e sua principal característica é "Changes Google Inbox Favicons to represent the current page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Inbox Favicon Changer
Baixe arquivos de extensão Inbox Favicon Changer 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
This extension automatically changes the favicon on Google's Inbox to represent the current page. Now you can tell your 'Snoozed' and 'Search' tabs from your 'Inbox' tab, without having to go to all the effort of clicking a mouse. Perfect for busy business people who only have time to glance at things, before grunting. Once again, we do the little things for you. The stuff that lazy Google just can't be bothered with.
Informações Básicas da Extensão
Nome | Inbox Favicon Changer |
ID | pbpcjjeafjbagpajabalnifnhleeojoo |
URL Oficial | https://chromewebstore.google.com/detail/inbox-favicon-changer/pbpcjjeafjbagpajabalnifnhleeojoo |
Descrição | Changes Google Inbox Favicons to represent the current page |
Tamanho do Arquivo | 32.49 KB |
Contagem de Instalações | 30 |
Versão Atual | 5.1.9 |
Última Atualização | 2015-09-01 |
Data de Publicação | 2015-08-31 |
Desenvolvedor | ATG |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox Favicon Changer", "description": "Changes Google Inbox Favicons to represent the current page", "version": "5.1.9", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/inbox.google.com\/*" ], "js": [ "damnit-again-2.js" ], "run_at": "document_end", "all_frames": true } ], "manifest_version": 2 } |