Google Inbox Nav White

Google Inbox Nav White

What is Google Inbox Nav White?

Google Inbox Nav White is a Chrome extension developed by Paulo McNally, and its main feature is "Google Inbox Nav White".

Extension Screenshots

screenshot
screenshot

Download Google Inbox Nav White Extension CRX File

Download Google Inbox Nav White 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

                        Enable Nav background on Google Inbox                    

Extension Basic Information

Name Google Inbox Nav White Google Inbox Nav White
ID fiflaafjgbikelmmcnkfladgpehhjpea
Official URL https://chrome.google.com/webstore/detail/google-inbox-nav-white/fiflaafjgbikelmmcnkfladgpehhjpea
Description Google Inbox Nav White
File Size 19.1 KB
Installation Count 17
Current Version 0.0.1
Last Updated 2015-05-29
Publish Date 2015-05-29
Developer Paulo McNally
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Inbox Nav White",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Google Inbox Nav White",
    "permissions": [
        "https:\/\/inbox.google.com\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}