GoodNight
GoodNight for Chrome!
GoodNightとは何ですか?
GoodNightはSkdRIによって開発されたChromeの拡張機能で、その主な機能は「GoodNight for Chrome!」です。
拡張機能のスクリーンショット
GoodNight拡張機能のCRXファイルをダウンロード
GoodNight拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
GoodNight for Chrome! Filters out blue light, to reduce strain on your eyes. 拡張機能の基本情報
| 名前 | |
| ID | fbcommbagimidoakehgbepapknhhgggd |
| 公式URL | https://chromewebstore.google.com/detail/goodnight/fbcommbagimidoakehgbepapknhhgggd |
| 説明 | GoodNight for Chrome! |
| ファイルサイズ | 110 KB |
| インストール数 | 106 |
| 現在のバージョン | 0.0.9 |
| 最終更新日 | 2016-12-20 |
| 公開日 | 2016-12-20 |
| 評価 | 1.80/5 合計 5 レビュー |
| 開発者 | SkdRI |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GoodNight",
"description": "GoodNight for Chrome!",
"version": "0.0.9",
"manifest_version": 2,
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*"
],
"js": [
"main.js"
],
"css": [
"styles.css"
]
}
]
} | |