Green Eye
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
什麼是Green Eye?
Green Eye是由chylvina開發的Chrome擴展程式,該擴展的主要功能是“Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.”。
擴展截圖
下載Green Eye擴展crx文件
下載Green Eye擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
擴展基本資訊
名稱 | Green Eye |
ID | fjbngeppiginhckphonoffahjcoagofd |
官方網址 | https://chromewebstore.google.com/detail/green-eye/fjbngeppiginhckphonoffahjcoagofd |
簡介 | Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change. |
檔案大小 | 173 KB |
安裝次數 | 4,117 |
目前版本 | 1.1.6 |
更新時間 | 2014-02-22 |
上架時間 | 2014-02-22 |
評分 | 4.26/5 共 34 次評分 |
開發者 | chylvina |
付費類型 | free |
支援的語言 | 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:\/\/*\/*", " |