Nighty
Switch certain apps into a finely tuned night mode.
Nightyとは何ですか?
Nightyはhttps://sites.google.com/site/timothywatkinsによって開発されたChromeの拡張機能で、その主な機能は「Switch certain apps into a finely tuned night mode.」です。
拡張機能のスクリーンショット
Nighty拡張機能のCRXファイルをダウンロード
Nighty拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Switch certain apps into a finely tuned night mode. Currently supports: - Facebook Messenger
拡張機能の基本情報
名前 | |
ID | iikdidolhafmncjalfilhgnefnkjlbgm |
公式URL | https://chromewebstore.google.com/detail/nighty/iikdidolhafmncjalfilhgnefnkjlbgm |
説明 | Switch certain apps into a finely tuned night mode. |
ファイルサイズ | 9.8 KB |
インストール数 | 13 |
現在のバージョン | 1.3 |
最終更新日 | 2017-05-09 |
公開日 | 2017-05-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://sites.google.com/site/timothywatkins |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jankcat/nighty |
ヘルプページのURL | https://github.com/jankcat/nighty/issues |
プライバシーポリシーページのURL | https://github.com/jankcat/nighty |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nighty", "description": "Switch certain apps into a finely tuned night mode.", "author": "Tim Watkins", "homepage_url": "https:\/\/github.com\/jankcat\/nighty", "short_name": "Nighty", "version": "1.3", "browser_action": { "default_icon": "icon2.png" }, "background": { "scripts": [ "nighty.js" ], "persistent": false }, "permissions": [ "tabs", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |