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
公式URL 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
Eメール [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"
    ]
}