inbox-bg

customize inbox background image

What is inbox-bg?

inbox-bg is a Chrome extension developed by BiRan, and its main feature is "customize inbox background image".

Extension Screenshots

screenshot

Download inbox-bg Extension CRX File

Download inbox-bg 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

                        Customize Inbox background image.                    

Extension Basic Information

Name inbox-bg inbox-bg
ID eancpkkghkbgpcokgglmbbnanoddjnbp
Official URL https://chrome.google.com/webstore/detail/inbox-bg/eancpkkghkbgpcokgglmbbnanoddjnbp
Description customize inbox background image
File Size 467 KB
Installation Count 45
Current Version 1.2
Last Updated 2016-02-21
Publish Date 2016-02-21
Rating 2.38/5 Total 8 Ratings
Developer BiRan
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "inbox-bg",
    "description": "customize inbox background image",
    "version": "1.2",
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src *;",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "bg.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/inbox.google.com\/*"
    ],
    "browser_action": {
        "default_title": "Inbox-BG",
        "default_popup": "bg.html"
    },
    "web_accessible_resources": [
        "bg.css",
        "bg.jpg"
    ]
}