Inbox Favicon Changer

Changes Google Inbox Favicons to represent the current page

Co je Inbox Favicon Changer?

Inbox Favicon Changer je rozšíření Chrome vyvinuté ATG, a jeho hlavní funkcí je „Changes Google Inbox Favicons to represent the current page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Inbox Favicon Changer

Stáhněte si soubory rozšíření Inbox Favicon Changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Inbox Favicon Changer Inbox Favicon Changer
ID pbpcjjeafjbagpajabalnifnhleeojoo
Oficiální URL https://chromewebstore.google.com/detail/inbox-favicon-changer/pbpcjjeafjbagpajabalnifnhleeojoo
Popis Changes Google Inbox Favicons to represent the current page
Velikost souboru 32.49 KB
Počet instalací 30
Aktuální Verze 5.1.9
Poslední Aktualizace 2015-09-01
Datum Vydání 2015-08-31
Vývojář ATG
Typ Platby free
Podporované Jazyky 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
}