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.”。
擴展截圖
下載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 |
ID | daogheeomfnjjbabmnmgpbhmamegpbaj |
官方網址 | 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" ] } |