inbox-bg

customize inbox background image

inbox-bgとは何ですか?

inbox-bgはBiRanによって開発されたChromeの拡張機能で、その主な機能は「customize inbox background image」です。

拡張機能のスクリーンショット

screenshot

inbox-bg拡張機能のCRXファイルをダウンロード

inbox-bg拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Customize Inbox background image.                    

拡張機能の基本情報

名前 inbox-bg inbox-bg
ID eancpkkghkbgpcokgglmbbnanoddjnbp
公式URL https://chrome.google.com/webstore/detail/inbox-bg/eancpkkghkbgpcokgglmbbnanoddjnbp
説明 customize inbox background image
ファイルサイズ 467 KB
インストール数 45
現在のバージョン 1.2
最終更新日 2016-02-21
公開日 2016-02-21
評価 2.38/5 合計 8 レビュー
開発者 BiRan
支払い方法 free
対応言語 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"
    ]
}