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…

什麼是20/20/20 Vision?

20/20/20 Vision是由Muhammed Ismail開發的Chrome擴展程式,該擴展的主要功能是“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…”。

擴展截圖

screenshot
screenshot

下載20/20/20 Vision擴展crx文件

下載20/20/20 Vision擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 20/20/20 Vision 20/20/20 Vision
ID lknjmkdopggoignpeekjhlldnmlfibef
官方網址 https://chromewebstore.google.com/detail/202020-vision/lknjmkdopggoignpeekjhlldnmlfibef
簡介 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…
檔案大小 65.58 KB
安裝次數 847
目前版本 0.3
更新時間 2019-04-19
上架時間 2019-04-14
評分 4.00/5 共 4 次評分
開發者 Muhammed Ismail
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}