Initial Black

This extension makes the initial background of a webpage black.

Initial Blackとは何ですか?

Initial BlackはSoHo Softwareによって開発されたChromeの拡張機能で、その主な機能は「This extension makes the initial background of a webpage black.」です。

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

screenshot

Initial Black拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Initial Black Initial Black
ID dopekbodbhecdkegbmahfollebchaahh
公式URL https://chrome.google.com/webstore/detail/initial-black/dopekbodbhecdkegbmahfollebchaahh
説明 This extension makes the initial background of a webpage black.
ファイルサイズ 16.01 KB
インストール数 149
現在のバージョン 1.0
最終更新日 2016-01-16
公開日 2016-01-16
評価 3.17/5 合計 6 レビュー
開発者 SoHo Software
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Initial Black",
    "version": "1.0",
    "description": "This extension makes the initial background of a webpage black.",
    "icons": {
        "128": "icon128.png"
    },
    "author": "S.P. Hoang",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ]
}