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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
Care your Eyes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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'" } |