Lunar Reader - Dark Theme & Night Shift Mode

Dark theme and night shift mode for every website. Care your eyes, use Lunar Dark Reader for night and daily web browsing.

What is Lunar Reader - Dark Theme & Night Shift Mode?

Lunar Reader - Dark Theme & Night Shift Mode is a Chrome extension developed by https://lunarreader.com, and its main feature is "Dark theme and night shift mode for every website. Care your eyes, use Lunar Dark Reader for night and daily web browsing.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Lunar Reader - Dark Theme & Night Shift Mode Extension CRX File

Download Lunar Reader - Dark Theme & Night Shift Mode 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

                        Lunar Dark Reader extension will put dark theme on all websites, suitable for those work at night and dark reader for online news or book reading.

★ What will you get from Lunar Dark Reader extension:
1) An easy way to create dark mode on every website. In addition, you can customize your dark theme visual from Brightness, Contrast, to Saturation.
2) A night shift mode which changes the website's color to warmer, making it much more pleasing to watch.
You can choose to use either dark theme or night shift mode, or both. You can also quickly activate these modes with simple keyboard shortcuts. 
3) You can set up schedule for each dark theme and night shift mode, and decide when you want to auto-activate dark theme.

★ Our Lunar Dark Reader extension is safe to use, as it complies with Google's policy: https://lunarreader.com/privacy/

★ Note: Remember to disable any similar dark theme or night shift mode extension to prevent compatibility issues.                    

Extension Basic Information

Name Lunar Reader - Dark Theme & Night Shift Mode Lunar Reader - Dark Theme & Night Shift Mode
ID pifalnbglchfojkfmechjalgbjoodlpg
Official URL https://chromewebstore.google.com/detail/lunar-reader-dark-theme-n/pifalnbglchfojkfmechjalgbjoodlpg
Description Dark theme and night shift mode for every website. Care your eyes, use Lunar Dark Reader for night and daily web browsing.
File Size 405 KB
Installation Count 56,549
Current Version 1.0.2
Last Updated 2019-07-29
Publish Date 2019-07-28
Rating 4.73/5 Total 1238 Ratings
Developer https://lunarreader.com
Email [email protected]
Payment Type free
Extension Website https://lunarreader.com
Help Page URL https://lunarreader.com/contact-us/
Privacy Policy Page URL https://lunarreader.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lunar Reader - Dark Theme & Night Shift Mode",
    "version": "1.0.2",
    "author": "lunarreader.com",
    "description": "Dark theme and night shift mode for every website. Care your eyes, use Lunar Dark Reader for night and daily web browsing.",
    "browser_action": {
        "default_title": "Lunar Reader",
        "default_icon": {
            "38": "img\/dr_active_38.png",
            "19": "img\/dr_active_19.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "img\/dr_16.png",
        "48": "img\/dr_48.png",
        "128": "img\/dr_128.png"
    },
    "background": {
        "persistent": true,
        "page": "background\/background.html"
    },
    "permissions": [
        "fontSettings",
        "storage",
        "tabs",
        "alarms",
        ""
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+E",
                "windows": "Alt+Shift+E",
                "mac": "Alt+Shift+E"
            },
            "description": "Extension On\/Off"
        },
        "darkModeToggle": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "windows": "Alt+Shift+D",
                "mac": "Alt+Shift+D"
            },
            "description": "Dark Mode On\/Off"
        },
        "nightModeToggle": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "windows": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Night Shift On\/Off"
        },
        "addSite": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "Toggle current site"
        }
    }
}