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 |
官方URL | 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" ] } |