护眼大师
护眼大师电脑版是一款电脑端视力保护软件,通过调整色温亮度的方式保护视力,护眼大师电脑版可以有效的过滤掉屏幕发出的蓝光降低其对眼球的伤害,深受白领办公室一族青睐,赶快下载体验吧!
护眼大师とは何ですか?
护眼大师はmaomao2015fysによって開発されたChromeの拡張機能で、その主な機能は「护眼大师电脑版是一款电脑端视力保护软件,通过调整色温亮度的方式保护视力,护眼大师电脑版可以有效的过滤掉屏幕发出的蓝光降低其对眼球的伤害,深受白领办公室一族青睐,赶快下载体验吧!」です。
拡張機能のスクリーンショット
护眼大师拡張機能のCRXファイルをダウンロード
护眼大师拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
护眼大师电脑版是一款电脑端视力保护软件,通过调整色温亮度的方式保护视力,护眼大师电脑版可以有效的过滤掉屏幕发出的蓝光降低其对眼球的伤害,深受白领办公室一族青睐,赶快下载体验吧!
拡張機能の基本情報
名前 | |
ID | mfdahepgnpoegbbcblfbhedlkbcaboio |
公式URL | https://chrome.google.com/webstore/detail/%E6%8A%A4%E7%9C%BC%E5%A4%A7%E5%B8%88/mfdahepgnpoegbbcblfbhedlkbcaboio |
説明 | 护眼大师电脑版是一款电脑端视力保护软件,通过调整色温亮度的方式保护视力,护眼大师电脑版可以有效的过滤掉屏幕发出的蓝光降低其对眼球的伤害,深受白领办公室一族青睐,赶快下载体验吧! |
ファイルサイズ | 404 KB |
インストール数 | 2,000 |
現在のバージョン | 1.0.1.4 |
最終更新日 | 2020-01-12 |
公開日 | 2020-01-12 |
評価 | 1.00/5 合計 7 レビュー |
開発者 | maomao2015fys |
支払い方法 | free |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u62a4\u773c\u5927\u5e08", "version": "1.0.1.4", "manifest_version": 2, "description": "\u62a4\u773c\u5927\u5e08\u7535\u8111\u7248\u662f\u4e00\u6b3e\u7535\u8111\u7aef\u89c6\u529b\u4fdd\u62a4\u8f6f\u4ef6\uff0c\u901a\u8fc7\u8c03\u6574\u8272\u6e29\u4eae\u5ea6\u7684\u65b9\u5f0f\u4fdd\u62a4\u89c6\u529b\uff0c\u62a4\u773c\u5927\u5e08\u7535\u8111\u7248\u53ef\u4ee5\u6709\u6548\u7684\u8fc7\u6ee4\u6389\u5c4f\u5e55\u53d1\u51fa\u7684\u84dd\u5149\u964d\u4f4e\u5176\u5bf9\u773c\u7403\u7684\u4f24\u5bb3\uff0c\u6df1\u53d7\u767d\u9886\u529e\u516c\u5ba4\u4e00\u65cf\u9752\u7750\uff0c\u8d76\u5feb\u4e0b\u8f7d\u4f53\u9a8c\u5427\uff01", "icons": { "16": "logos\/16.png", "48": "logos\/48.png", "128": "logos\/128.png" }, "browser_action": { "default_icon": { "19": "logos\/19.png", "38": "logos\/38.png" }, "default_title": "\u62a4\u773c\u5927\u5e08", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" }, { "css": [ "css\/ext-main.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", "tabs", "management", "nativeMessaging" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "page": "background.html" }, "web_accessible_resources": [ "*" ], "default_locale": "zh_CN" } |