Inbox Favicon Changer
Changes Google Inbox Favicons to represent the current page
Vad är Inbox Favicon Changer?
Inbox Favicon Changer är en Chrome-tillägg utvecklad av ATG, och dess huvudfunktion är "Changes Google Inbox Favicons to represent the current page".
Tilläggsskärmbilder
Ladda ner Inbox Favicon Changer-förlängningens CRX-fil
Ladda ner Inbox Favicon Changer-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
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.
Grundläggande Information om Tillägg
Namn | Inbox Favicon Changer |
ID | pbpcjjeafjbagpajabalnifnhleeojoo |
Officiell webbadress | https://chromewebstore.google.com/detail/inbox-favicon-changer/pbpcjjeafjbagpajabalnifnhleeojoo |
Beskrivning | Changes Google Inbox Favicons to represent the current page |
Filstorlek | 32.49 KB |
Antal Installationer | 30 |
Aktuell Version | 5.1.9 |
Senast Uppdaterad | 2015-09-01 |
Publiceringsdatum | 2015-08-31 |
Utvecklare | ATG |
Betalningssätt | free |
Stödda Språk | 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 } |