Green Eye
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
O que é Green Eye?
Green Eye é uma extensão do Chrome desenvolvida por chylvina, e sua principal característica é "Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Green Eye
Baixe arquivos de extensão Green Eye no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
Informações Básicas da Extensão
Nome | Green Eye |
ID | fjbngeppiginhckphonoffahjcoagofd |
URL Oficial | https://chromewebstore.google.com/detail/green-eye/fjbngeppiginhckphonoffahjcoagofd |
Descrição | Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change. |
Tamanho do Arquivo | 173 KB |
Contagem de Instalações | 4,117 |
Versão Atual | 1.1.6 |
Última Atualização | 2014-02-22 |
Data de Publicação | 2014-02-22 |
Classificação | 4.26/5 Total de 34 Avaliações |
Desenvolvedor | chylvina |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*", " |