Chrome Darkener

Darken current eyes-burning page

What is Chrome Darkener?

Chrome Darkener is a Chrome extension developed by pione30, and its main feature is "Darken current eyes-burning page".

Extension Screenshots

screenshot

Download Chrome Darkener Extension CRX File

Download Chrome Darkener 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

                        Human beings in the present era have painful times reading a large number of online documents offered on bright eyes-burning background colors.

Chrome Darkener brings an eyes-friendly dark theme to currently browsing page with a single-click of the button.                    

Extension Basic Information

Name Chrome Darkener Chrome Darkener
ID kmondopnmblnlbaiknnjfjdemohffljl
Official URL https://chromewebstore.google.com/detail/chrome-darkener/kmondopnmblnlbaiknnjfjdemohffljl
Description Darken current eyes-burning page
File Size 12.34 KB
Installation Count 108
Current Version 1.4.0
Last Updated 2018-11-12
Publish Date 2018-11-12
Rating 3.00/5 Total 2 Ratings
Developer pione30
Payment Type free
Extension Website https://github.com/pione30/chrome-darkner
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Darkener",
    "description": "Darken current eyes-burning page",
    "version": "1.4.0",
    "icons": {
        "16": ".\/img\/icon.png",
        "48": ".\/img\/icon.png",
        "128": ".\/img\/icon.png"
    },
    "browser_action": {
        "default_icon": ".\/img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Chrome Darkener"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "mac": "Alt+Shift+D"
            },
            "description": "Opens popup.html"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            ".\/hot-reload.js"
        ]
    }
}