Blinking Eye

Blinking Eye Extension

Blinking Eye란 무엇입니까?

Blinking Eye은(는) Naveen Dhana Lak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blinking Eye Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Blinking Eye 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Blinking Eye helps you in reminding you  to look away from your screen so that your eyes are not strained continuously due to it. The user can also create custom messages to show up at the end of the reminder. This will greatly help you in making your life better by taking care of your eyesight.                    

확장 프로그램 기본 정보

이름 Blinking Eye Blinking Eye
ID onikkccimfdclmadifhalfnkjllgeloe
공식 URL https://chromewebstore.google.com/detail/blinking-eye/onikkccimfdclmadifhalfnkjllgeloe
설명 Blinking Eye Extension
파일 크기 205 KB
설치 횟수 412
현재 버전 1.1
최근 업데이트 2020-05-22
출시 날짜 2020-05-22
평점 5.00/5 총 2 개의 평점
개발자 Naveen Dhana Lak
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.facebook.com/Blinking-Eye-110149507335236/
도움말 페이지 URL https://www.facebook.com/Blinking-Eye-110149507335236/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blinking Eye",
    "version": "1.1",
    "description": "Blinking Eye Extension",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/overlay.css"
            ],
            "js": [
                "js\/jquery-3.5.0.min.js",
                "js\/loadingoverlay.js",
                "js\/overlay.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Blinking Eye",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/favi.png",
        "24": "img\/icon-24.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "optional_permissions": [
        "background"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "css\/overlay.css",
        "css\/Montserrat-Regular.ttf",
        "img\/face.png"
    ]
}