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"
            ]
        }
    ]
}