Eye Watch

A reminder telling you that you should look away from your laptop for a moment

Eye Watch là gì?

Eye Watch là một tiện ích mở rộng Chrome được phát triển bởi Tapasya Velmurugan, và tính năng chính của nó là "A reminder telling you that you should look away from your laptop for a moment".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Eye Watch

Tải xuống các tệp mở rộng Eye Watch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Eye Watch Eye Watch
ID jleofoipkhnobeccjpocgmbbehioioka
URL Chính Thức https://chromewebstore.google.com/detail/eye-watch/jleofoipkhnobeccjpocgmbbehioioka
Mô tả A reminder telling you that you should look away from your laptop for a moment
Kích Thước Tệp 64.14 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-10-13
Ngày Phát Hành 2020-10-04
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Tapasya Velmurugan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}