Nightridr

Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.

什么是Nightridr?

Nightridr是由baker.ja.andrew开发的Chrome扩展程序,该扩展的主要功能是“Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.”。

扩展截图

screenshot
screenshot

下载Nightridr扩展crx文件

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

扩展使用说明

                        No more burning your eyes out at night. Nightridr enables a night version of popular websites. Suggestions for websites can be directed to [email protected]                    

扩展基本信息

名称 Nightridr Nightridr
ID hkceklljogohacpdfdogdcjpcoonkolf
官方URL https://chrome.google.com/webstore/detail/nightridr/hkceklljogohacpdfdogdcjpcoonkolf
简介 Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.
文件大小 299 KB
安装次数 107
当前版本 1.0
更新时间 2016-01-20
上架时间 2016-01-20
评分 1.00/5 共1次评分
开发者 baker.ja.andrew
付费类型 free
扩展官网 http://nightridr.andrewjbaker.me
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nightridr",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.",
    "homepage_url": "http:\/\/nightridr.andrewjbaker.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.craigslist.org\/*",
                "*:\/\/*.cnn.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}