Inbox Favicon Changer

Changes Google Inbox Favicons to represent the current page

Was ist Inbox Favicon Changer?

Inbox Favicon Changer ist eine Chrome-Erweiterung, die von ATG entwickelt wurde, und ihr Hauptmerkmal ist "Changes Google Inbox Favicons to represent the current page".

Erweiterungsscreenshots

screenshot

Inbox Favicon Changer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Inbox Favicon Changer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Inbox Favicon Changer Inbox Favicon Changer
ID pbpcjjeafjbagpajabalnifnhleeojoo
Offizielle URL https://chromewebstore.google.com/detail/inbox-favicon-changer/pbpcjjeafjbagpajabalnifnhleeojoo
Beschreibung Changes Google Inbox Favicons to represent the current page
Dateigröße 32.49 KB
Installationsanzahl 30
Aktuelle Version 5.1.9
Letztes Update 2015-09-01
Veröffentlichungsdatum 2015-08-31
Entwickler ATG
Zahlungsart free
Unterstützte Sprachen 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
}