Nighty
Switch certain apps into a finely tuned night mode.
Nightyคืออะไร?
Nighty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/timothywatkins และคุณลักษณะหลักของมันคือ "Switch certain apps into a finely tuned night mode."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nighty
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |