Simple Night Mode
An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.
Apa itu Simple Night Mode?
Simple Night Mode adalah ekstensi Chrome yang dikembangkan oleh Aniket, dan fitur utamanya adalah "An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Night Mode
Unduh file ekstensi Simple Night Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Invert the color of any webpage/website, making contents of any website readable and less stressful on your eyes if you are surfing internet in dark lit room. Click the Simple Night Mode Button to start Night Mode.
Informasi Dasar Ekstensi
Nama | Simple Night Mode |
ID | daogheeomfnjjbabmnmgpbhmamegpbaj |
URL Resmi | https://chromewebstore.google.com/detail/simple-night-mode/daogheeomfnjjbabmnmgpbhmamegpbaj |
Deskripsi | An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes. |
Ukuran File | 7.84 KB |
Jumlah Instalasi | 1,967 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2016-12-06 |
Tanggal Publikasi | 2016-12-06 |
Penilaian | 4.15/5 Total 40 Penilaian |
Pengembang | Aniket |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Night Mode", "version": "1.0.2", "description": "An addon to invert the color of any webpage\/website, making contents of any website less stressful on your eyes.", "background": { "scripts": [ "libs\/control.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/system.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/icon24.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon24.png", "38": "images\/icon48.png" }, "default_title": "Simple Night Mode" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "manifest_version": 2, "web_accessible_resources": [ "themes\/simple.css", "libs\/system.js" ] } |