Care your Eyes
Change the page's background color to the reseda or night mode and you can click a block to make it changing color.
Care your Eyes क्या है?
Care your Eyes neverdie2023 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the page's background color to the reseda or night mode and you can click a block to make it changing color."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Care your Eyes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Change a webpage's background color to reseda or night mode to protect your eyes from intensity of white or other lightness color. You can custom the setting of which webpage element's background image and font color by yourself. You can right click to change some block's color, and you can disabled or enabled the function by context menu. You can custom the BG color and the font color by yourself You can disable the extension in all the webpages of one site
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fidmpnedniahpnkeomejhnepmbdamlhl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/care-your-eyes/fidmpnedniahpnkeomejhnepmbdamlhl |
विवरण | Change the page's background color to the reseda or night mode and you can click a block to make it changing color. |
फ़ाइल का आकार | 291 KB |
स्थापना संख्या | 148,305 |
वर्तमान संस्करण | 7.1.17 |
अंतिम अपडेट | 2023-05-13 |
प्रकाशन तिथि | 2020-04-22 |
रेटिंग | 4.31/5 कुल 1430 रेटिंग्स |
डेवलपर | neverdie2023 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/random-number-extension/home |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "7.1.17", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "contextMenus", "storage", "tabs", "http:\/\/tjs.sjs.sinajs.cn\/", "notifications", "*:\/\/*\/*" ], "icons": { "16": "images\/glasses16.png", "48": "images\/glasses48.png", "128": "images\/glasses128.png" }, "browser_action": { "default_icon": { "19": "images\/glasses32.png", "38": "images\/glasses32.png" } }, "background": { "scripts": [ "js\/bg.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*\/*" ], "css": [ "css\/night-mode.css" ], "js": [ "js\/inject0.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |