NightMode
Invert Website Colors for Night Viewing
什麼是NightMode?
NightMode是由https://northernsignal.com開發的Chrome擴展程式,該擴展的主要功能是“Invert Website Colors for Night Viewing”。
擴展截圖
下載NightMode擴展crx文件
下載NightMode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Invert the color and adjust brightness of webpages for viewing at night. Especially useful for public safety and mobile users.
擴展基本資訊
名稱 | |
ID | kommocijhfofkmkmionppgkhnhnjpmdc |
官方網址 | https://chrome.google.com/webstore/detail/nightmode/kommocijhfofkmkmionppgkhnhnjpmdc |
簡介 | Invert Website Colors for Night Viewing |
檔案大小 | 21.41 KB |
安裝次數 | 492 |
目前版本 | 1.0.0 |
更新時間 | 2017-01-14 |
上架時間 | 2017-01-14 |
評分 | 3.43/5 共 7 次評分 |
開發者 | https://northernsignal.com |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://northernsignal.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "common.js", "background.js" ] }, "browser_action": { "default_icon": "nightmode-128.png", "default_popup": "popup.html", "default_title": "NightMode (Shift+F11)" }, "commands": { "command_toggle_global": { "description": "Toggle NightMode ON\/OFF" }, "command_toggle_site": { "description": "Toggle Inversion on a Site" } }, "content_scripts": [ { "all_frames": true, "js": [ "nightmode.js" ], "matches": [ " |