Totoro Zero Inbox for Google Inbox

In Google Inbox, show Totoro when you reach zero inbox.

Was ist Totoro Zero Inbox for Google Inbox?

Totoro Zero Inbox for Google Inbox ist eine Chrome-Erweiterung, die von Captain Database entwickelt wurde, und ihr Hauptmerkmal ist "In Google Inbox, show Totoro when you reach zero inbox.".

Erweiterungsscreenshots

screenshot

Totoro Zero Inbox for Google Inbox-Erweiterungs-CRX-Datei herunterladen

Laden Sie Totoro Zero Inbox for Google Inbox-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

                                            

Grundlegende Informationen zur Erweiterung

Name Totoro Zero Inbox for Google Inbox Totoro Zero Inbox for Google Inbox
ID kklllkcmelfeigbckbcmfpbdcnhifbec
Offizielle URL https://chromewebstore.google.com/detail/totoro-zero-inbox-for-goo/kklllkcmelfeigbckbcmfpbdcnhifbec
Beschreibung In Google Inbox, show Totoro when you reach zero inbox.
Dateigröße 32.64 KB
Installationsanzahl 1,414
Aktuelle Version 2.2
Letztes Update 2017-08-18
Veröffentlichungsdatum 2017-08-17
Bewertung 4.67/5 Insgesamt 9 Bewertungen
Entwickler Captain Database
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Totoro Zero Inbox for Google Inbox",
    "description": "In Google Inbox, show Totoro when you reach zero inbox.",
    "version": "2.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "totoro.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}