Green Eye
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
Apa itu Green Eye?
Green Eye adalah ekstensi Chrome yang dikembangkan oleh chylvina, dan fitur utamanya adalah "Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Green Eye
Unduh file ekstensi Green Eye 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
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
Informasi Dasar Ekstensi
Nama | Green Eye |
ID | fjbngeppiginhckphonoffahjcoagofd |
URL Resmi | https://chromewebstore.google.com/detail/green-eye/fjbngeppiginhckphonoffahjcoagofd |
Deskripsi | Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change. |
Ukuran File | 173 KB |
Jumlah Instalasi | 4,117 |
Versi Saat Ini | 1.1.6 |
Terakhir Diperbarui | 2014-02-22 |
Tanggal Publikasi | 2014-02-22 |
Penilaian | 4.26/5 Total 34 Penilaian |
Pengembang | chylvina |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.1.6", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_title": "__MSG_name__", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/inject.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_end" }, { "js": [ "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |