Inbox Favicon Changer
Changes Google Inbox Favicons to represent the current page
¿Qué es Inbox Favicon Changer?
Inbox Favicon Changer es una extensión de Chrome desarrollada por ATG, y su función principal es "Changes Google Inbox Favicons to represent the current page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Inbox Favicon Changer
Descarga archivos de extensión Inbox Favicon Changer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Inbox Favicon Changer |
ID | pbpcjjeafjbagpajabalnifnhleeojoo |
URL Oficial | https://chromewebstore.google.com/detail/inbox-favicon-changer/pbpcjjeafjbagpajabalnifnhleeojoo |
Descripción | Changes Google Inbox Favicons to represent the current page |
Tamaño del Archivo | 32.49 KB |
Cantidad de Instalaciones | 30 |
Versión Actual | 5.1.9 |
Última Actualización | 2015-09-01 |
Fecha de Publicación | 2015-08-31 |
Desarrollador | ATG |
Tipo de Pago | free |
Idiomas Soportados | 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 } |