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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muhammed Ismail และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 20/20/20 Vision

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}