Eye Protection
Care your eyes.
Eye Protectionとは何ですか?
Eye Protectionはrobusttheworldによって開発されたChromeの拡張機能で、その主な機能は「Care your eyes.」です。
拡張機能のスクリーンショット
Eye Protection拡張機能のCRXファイルをダウンロード
Eye Protection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
👀 Eye Protection is a very small and powerful extension.
👀 It colors the whole web page with eye-protection color with only one click.
👀 You can pick a custom eye-protection background color.
👀 Custom shortcut is supported!
👀 Choose popup mode or one-click mode for the action button.
👀 Eye charts give you the best eye care, you can take a vision test here. 拡張機能の基本情報
| 名前 | |
| ID | miegdcmhfnpofmbiagbonbbebkojaged |
| 公式URL | https://chromewebstore.google.com/detail/eye-protection/miegdcmhfnpofmbiagbonbbebkojaged |
| 説明 | Care your eyes. |
| ファイルサイズ | 518 KB |
| インストール数 | 949 |
| 現在のバージョン | 1.3.0 |
| 最終更新日 | 2021-12-27 |
| 公開日 | 2021-11-09 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | robusttheworld |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Eye Protection",
"description": "Care your eyes.",
"version": "1.3.0",
"manifest_version": 3,
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_icon": {
"16": "\/images\/eye_protection_16.png",
"32": "\/images\/eye_protection_32.png",
"48": "\/images\/eye_protection_48.png",
"128": "\/images\/eye_protection_128.png"
}
},
"icons": {
"16": "\/images\/eye_protection_16.png",
"32": "\/images\/eye_protection_32.png",
"48": "\/images\/eye_protection_48.png",
"128": "\/images\/eye_protection_128.png"
},
"options_page": "options.html",
"commands": {
"take-action": {
"description": "Color the background"
}
}
} | |