Blinkr

This extension helps you in protecting your eye

Apa itu Blinkr?

Blinkr adalah ekstensi Chrome yang dikembangkan oleh sudarsangp, dan fitur utamanya adalah "This extension helps you in protecting your eye".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Blinkr

Unduh file ekstensi Blinkr dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        It is recommended to blink your eye at regular intervals of time. Blinking provides moisture to the eye by irrigation using tears and a lubricant the eyes secrete. The eyelid provides suction across the eye from the tear duct to the entire eyeball to keep it from drying out. Blinking also protects the eye from irritants. For more information please refer here - https://en.wikipedia.org/wiki/Blinking                    

Informasi Dasar Ekstensi

Nama Blinkr Blinkr
ID dekahfgjibblkpibifmmhblokkdgdoef
URL Resmi https://chromewebstore.google.com/detail/blinkr/dekahfgjibblkpibifmmhblokkdgdoef
Deskripsi This extension helps you in protecting your eye
Ukuran File 5.01 KB
Jumlah Instalasi 45
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-10-22
Tanggal Publikasi 2016-10-22
Penilaian 4.90/5 Total 10 Penilaian
Pengembang sudarsangp
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blinkr",
    "description": "This extension helps you in protecting your eye",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}