Inbox Favicon Changer
Changes Google Inbox Favicons to represent the current page
Cos'è Inbox Favicon Changer?
Inbox Favicon Changer è un'estensione di Chrome sviluppata da ATG, e la sua funzione principale è "Changes Google Inbox Favicons to represent the current page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Inbox Favicon Changer
Scarica i file di estensione Inbox Favicon Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Inbox Favicon Changer |
ID | pbpcjjeafjbagpajabalnifnhleeojoo |
URL Ufficiale | https://chromewebstore.google.com/detail/inbox-favicon-changer/pbpcjjeafjbagpajabalnifnhleeojoo |
Descrizione | Changes Google Inbox Favicons to represent the current page |
Dimensione del File | 32.49 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 5.1.9 |
Ultimo Aggiornamento | 2015-09-01 |
Data di Pubblicazione | 2015-08-31 |
Sviluppatore | ATG |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |