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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Green Eye एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
एक्सटेंशन की मूल जानकारी
नाम | Green Eye |
ID | fjbngeppiginhckphonoffahjcoagofd |
आधिकारिक URL | 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:\/\/*\/*", " |