Nighty

Switch certain apps into a finely tuned night mode.

什麼是Nighty?

Nighty是由https://sites.google.com/site/timothywatkins開發的Chrome擴展程式,該擴展的主要功能是“Switch certain apps into a finely tuned night mode.”。

擴展截圖

screenshot

下載Nighty擴展crx文件

下載Nighty擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Switch certain apps into a finely tuned night mode.

Currently supports: 
- Facebook Messenger                    

擴展基本資訊

名稱 Nighty Nighty
ID iikdidolhafmncjalfilhgnefnkjlbgm
官方網址 https://chromewebstore.google.com/detail/nighty/iikdidolhafmncjalfilhgnefnkjlbgm
簡介 Switch certain apps into a finely tuned night mode.
檔案大小 9.8 KB
安裝次數 13
目前版本 1.3
更新時間 2017-05-09
上架時間 2017-05-09
評分 5.00/5 共 1 次評分
開發者 https://sites.google.com/site/timothywatkins
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/jankcat/nighty
說明頁面URL https://github.com/jankcat/nighty/issues
隱私政策頁面URL https://github.com/jankcat/nighty
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nighty",
    "description": "Switch certain apps into a finely tuned night mode.",
    "author": "Tim Watkins",
    "homepage_url": "https:\/\/github.com\/jankcat\/nighty",
    "short_name": "Nighty",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon2.png"
    },
    "background": {
        "scripts": [
            "nighty.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}