Make It Dark

Make light themed webpage a dark themed web page

Make It Darkとは何ですか?

Make It DarkはAmit Mondalによって開発されたChromeの拡張機能で、その主な機能は「Make light themed webpage a dark themed web page」です。

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

screenshot
screenshot
screenshot

Make It Dark拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Have you ever visited a web page with white background or which is light themed that strained your eyes and made you cry and gave headache, so you try to inspect the elements (if you knew that) and change the colour of the same manually. 
Well here is an extension to your rescue which changes the color of background and text in just simple clicks.
Works best with documentations, tutorial sites and blog post.

It is the first release so open to new update and feature comments.                    

拡張機能の基本情報

名前 Make It Dark Make It Dark
ID imnfpejlklfdiieogkaepjdnbljeohih
公式URL https://chromewebstore.google.com/detail/make-it-dark/imnfpejlklfdiieogkaepjdnbljeohih
説明 Make light themed webpage a dark themed web page
ファイルサイズ 16.69 KB
インストール数 25
現在のバージョン 1.0.1
最終更新日 2019-07-28
公開日 2019-07-28
開発者 Amit Mondal
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make It Dark",
    "version": "1.0.1",
    "short_name": "MID",
    "description": "Make light themed webpage a dark themed web page",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/makeitdark16.png",
            "32": "assets\/images\/makeitdark32.png",
            "48": "assets\/images\/makeitdark48.png",
            "128": "assets\/images\/makeitdark128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/makeitdark16.png",
        "32": "assets\/images\/makeitdark32.png",
        "48": "assets\/images\/makeitdark48.png",
        "128": "assets\/images\/makeitdark128.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}