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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}