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 |
Eメール | [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" ] } |