Night Mode lite
A Simple Night Mode extension for lightweight websities and streaming sities
什麼是Night Mode lite?
Night Mode lite是由Rejul Raghu開發的Chrome擴展程式,該擴展的主要功能是“A Simple Night Mode extension for lightweight websities and streaming sities”。
擴展截圖
下載Night Mode lite擴展crx文件
下載Night Mode lite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Night Mode lite is simple, lightweight & privacy friendly browser add-on for lightweight websites, text-reading websites and streaming website sites, that helps you quickly turn your current page to dark . Night Mode lite contains simple ON|OFF switch which enables you to easily and quickly turn the dark mode ON or OFF. Note: Please close all tabs before installing/enable Night Mode lite (add-on won't effect tabs that are opened before installation/enable, unless reloaded). 'Night mode lite' not intended for heavily customised websites.
擴展基本資訊
名稱 | |
ID | kaciggfbbmkcohjhojhbipdlofgngfmj |
官方網址 | https://chrome.google.com/webstore/detail/night-mode-lite/kaciggfbbmkcohjhojhbipdlofgngfmj |
簡介 | A Simple Night Mode extension for lightweight websities and streaming sities |
檔案大小 | 22.19 KB |
安裝次數 | 2,000 |
目前版本 | 1.0 |
更新時間 | 2019-08-03 |
上架時間 | 2019-07-30 |
評分 | 3.33/5 共 3 次評分 |
開發者 | Rejul Raghu |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Night Mode lite", "version": "1.0", "manifest_version": 2, "description": "A Simple Night Mode extension for lightweight websities and streaming sities ", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Night Mode lite", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab", "storage" ] } |