Eye Watch
A reminder telling you that you should look away from your laptop for a moment
Eye Watchとは何ですか?
Eye WatchはTapasya Velmuruganによって開発されたChromeの拡張機能で、その主な機能は「A reminder telling you that you should look away from your laptop for a moment」です。
拡張機能のスクリーンショット
Eye Watch拡張機能のCRXファイルをダウンロード
Eye Watch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Due to COVID-19 situation, most schools are forced to go virtual, including my high school. This forces everyone to spend more time on a screen than normal. Over the last few weeks of school, me and my friends noticed that our eyes hurt during zoom calls. Because of this, I have created a chrome extension for not just me, but for all students to use as a reminder to look away from their screen for few seconds to reduce eye strain. 拡張機能の基本情報
| 名前 | |
| ID | jleofoipkhnobeccjpocgmbbehioioka |
| 公式URL | https://chromewebstore.google.com/detail/eye-watch/jleofoipkhnobeccjpocgmbbehioioka |
| 説明 | A reminder telling you that you should look away from your laptop for a moment |
| ファイルサイズ | 64.14 KB |
| インストール数 | 26 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2020-10-13 |
| 公開日 | 2020-10-04 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | Tapasya Velmurugan |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Eye Watch",
"description": "A reminder telling you that you should look away from your laptop for a moment",
"version": "1.1",
"manifest_version": 2,
"permissions": [
"alarms",
"notifications",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Eye Watch",
"default_popup": "popup.html"
},
"icons": {
"16": "eyeS.png",
"32": "eyeS.png",
"48": "eyeS.png",
"128": "eyeS.png"
}
} | |