20/20/20 Vision

20/20/20 Vision is a chrome extension that simply just reminds you to give your eyes a break from your computer screen as per the…

Co je 20/20/20 Vision?

20/20/20 Vision je rozšíření Chrome vyvinuté Muhammed Ismail, a jeho hlavní funkcí je „20/20/20 Vision is a chrome extension that simply just reminds you to give your eyes a break from your computer screen as per the…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření 20/20/20 Vision

Stáhněte si soubory rozšíření 20/20/20 Vision ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        20/20/20 Vision is a chrome extension that simply just reminds you to give your eyes a break from your computer screen as per the 20/20/20 eye care rule, which states: "For every 20 minutes spent using a screen, you should try to look away at something that is approximately 20 feet away from you for a total of 20 seconds."

This rule is essential for everyone today, as almost everyone uses a computer screen everyday. Following this rule would mean less eye strain, better eyesight and less headaches.                    

Základní Informace o Rozšíření

Název 20/20/20 Vision 20/20/20 Vision
ID lknjmkdopggoignpeekjhlldnmlfibef
Oficiální URL https://chromewebstore.google.com/detail/202020-vision/lknjmkdopggoignpeekjhlldnmlfibef
Popis 20/20/20 Vision is a chrome extension that simply just reminds you to give your eyes a break from your computer screen as per the…
Velikost souboru 65.58 KB
Počet instalací 847
Aktuální Verze 0.3
Poslední Aktualizace 2019-04-19
Datum Vydání 2019-04-14
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář Muhammed Ismail
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20\/20\/20 Vision",
    "version": "0.3",
    "icons": {
        "19": "res\/20VisionIcon.png",
        "128": "res\/20Vision_128.png"
    },
    "background": {
        "page": "background\/bg.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "lib\/jquery\/jquery-3.3.1.slim.min.js",
                "content\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "res\/20VisionIcon.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ]
}