Green Eye
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
Hvad er Green Eye?
Green Eye er en Chrome-udvidelse udviklet af chylvina, og dens hovedfunktion er "Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.".
Udvidelsesskærmbilleder
Download Green Eye-udvidelses-CRX-fil
Download Green Eye-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
Grundlæggende oplysninger om udvidelsen
Navn | Green Eye |
ID | fjbngeppiginhckphonoffahjcoagofd |
Officiel URL | https://chromewebstore.google.com/detail/green-eye/fjbngeppiginhckphonoffahjcoagofd |
Beskrivelse | Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change. |
Filstørrelse | 173 KB |
Antal Installationer | 4,117 |
Nuværende Version | 1.1.6 |
Senest Opdateret | 2014-02-22 |
Udgivelsesdato | 2014-02-22 |
Bedømmelse | 4.26/5 Samlet 34 Bedømmelser |
Udvikler | chylvina |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*", " |