Green Eye
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
Wat is Green Eye?
Green Eye is een Chrome-extensie ontwikkeld door chylvina, en de belangrijkste functie is "Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.".
Extensie Screenshots
Download het CRX-bestand van de extensie Green Eye
Download Green Eye-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
Basisinformatie over de Extensie
Naam | Green Eye |
ID | fjbngeppiginhckphonoffahjcoagofd |
Officiële URL | https://chromewebstore.google.com/detail/green-eye/fjbngeppiginhckphonoffahjcoagofd |
Beschrijving | Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change. |
Bestandsgrootte | 173 KB |
Aantal Installaties | 4,117 |
Huidige Versie | 1.1.6 |
Laatst Bijgewerkt | 2014-02-22 |
Publicatiedatum | 2014-02-22 |
Beoordeling | 4.26/5 Totaal 34 Beoordelingen |
Ontwikkelaar | chylvina |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*", " |