Totoro Zero Inbox for Google Inbox

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

What is Totoro Zero Inbox for Google Inbox?

Totoro Zero Inbox for Google Inbox is a Chrome extension developed by Captain Database, and its main feature is "In Google Inbox, show Totoro when you reach zero inbox.".

Extension Screenshots

screenshot

Download Totoro Zero Inbox for Google Inbox Extension CRX File

Download Totoro Zero Inbox for Google Inbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Totoro Zero Inbox for Google Inbox Totoro Zero Inbox for Google Inbox
ID kklllkcmelfeigbckbcmfpbdcnhifbec
Official URL https://chromewebstore.google.com/detail/totoro-zero-inbox-for-goo/kklllkcmelfeigbckbcmfpbdcnhifbec
Description In Google Inbox, show Totoro when you reach zero inbox.
File Size 32.64 KB
Installation Count 1,414
Current Version 2.2
Last Updated 2017-08-18
Publish Date 2017-08-17
Rating 4.67/5 Total 9 Ratings
Developer Captain Database
Payment Type free
Supported Languages 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
}