Simple Night Mode

An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.

什么是Simple Night Mode?

Simple Night Mode是由Aniket开发的Chrome扩展程序,该扩展的主要功能是“An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.”。

扩展截图

screenshot

下载Simple Night Mode扩展crx文件

下载Simple Night Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Invert the color of any webpage/website, making contents of any website readable and less stressful on your eyes if you are surfing internet in dark lit room.

Click the Simple Night Mode Button to start Night Mode.                    

扩展基本信息

名称 Simple Night Mode Simple Night Mode
ID daogheeomfnjjbabmnmgpbhmamegpbaj
官方URL https://chromewebstore.google.com/detail/simple-night-mode/daogheeomfnjjbabmnmgpbhmamegpbaj
简介 An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.
文件大小 7.84 KB
安装次数 1,967
当前版本 1.0.2
更新时间 2016-12-06
上架时间 2016-12-06
评分 4.15/5 共40次评分
开发者 Aniket
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Night Mode",
    "version": "1.0.2",
    "description": "An addon to invert the color of any webpage\/website, making contents of any website less stressful on your eyes.",
    "background": {
        "scripts": [
            "libs\/control.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/system.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Simple Night Mode"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "themes\/simple.css",
        "libs\/system.js"
    ]
}