Eyes Alarm

Notifies you it's time to take a break

什么是Eyes Alarm?

Eyes Alarm是由artyomliou开发的Chrome扩展程序,该扩展的主要功能是“Notifies you it's time to take a break”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Eyes Alarm扩展crx文件

下载Eyes Alarm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Reading with monitor for a long time is unavoidable to people and it strains your eyes.
It's necessary to rest your eyes every 50 minutes you spent with monitor.
And this extension notices you on a timely basis w/ a decent user interface

0.2.9
- update italian localization by Manzan Riccardo

0.2.77
- update toolchain
- update English localization fixed by Rishabhbhat

0.2.73
- add Russian localization by VladimirCreative                    

扩展基本信息

名称 Eyes Alarm Eyes Alarm
ID ikapkidffcmjhlkgdgcbakcahgfbabnb
官方URL https://chromewebstore.google.com/detail/eyes-alarm/ikapkidffcmjhlkgdgcbakcahgfbabnb
简介 Notifies you it's time to take a break
文件大小 1.92 MB
安装次数 1,160
当前版本 0.2.77
更新时间 2022-04-07
上架时间 2020-05-13
评分 3.86/5 共7次评分
开发者 artyomliou
电子邮箱 [email protected]
付费类型 free
支持的语言 de,en,fr,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.77",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "__MSG_authorName__",
    "homepage_url": "https:\/\/github.com\/artyomliou\/eyes-alarm",
    "default_locale": "en",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "alarms",
        "notifications",
        "storage",
        "idle"
    ],
    "applications": {
        "gecko": {
            "id": "{548c04e1-8687-42d1-8b1c-032dc42be5b7}",
            "strict_min_version": "51.0"
        }
    },
    "icons": {
        "48": "icons\/[email protected]",
        "96": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "browser_action": {
        "default_title": "__MSG_extensionName__",
        "default_icon": "icons\/[email protected]",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "browser-polyfill.js",
            "background_scripts.js"
        ]
    }
}