Inbox Favicon Changer

Changes Google Inbox Favicons to represent the current page

Qu'est-ce que Inbox Favicon Changer ?

Inbox Favicon Changer est une extension Chrome développée par ATG, et sa fonction principale est "Changes Google Inbox Favicons to represent the current page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Inbox Favicon Changer

Téléchargez les fichiers d'extension Inbox Favicon Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Inbox Favicon Changer Inbox Favicon Changer
ID pbpcjjeafjbagpajabalnifnhleeojoo
URL Officiel https://chromewebstore.google.com/detail/inbox-favicon-changer/pbpcjjeafjbagpajabalnifnhleeojoo
Description Changes Google Inbox Favicons to represent the current page
Taille du Fichier 32.49 KB
Nombre d'Installations 30
Version Actuelle 5.1.9
Dernière Mise à Jour 2015-09-01
Date de Publication 2015-08-31
Développeur ATG
Type de Paiement free
Langues Prises en Charge 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
}