LUMES 20-20-20

Keep your eyes feeling fresh by scheduling regular breaks.

LUMES 20-20-20คืออะไร?

LUMES 20-20-20 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lumes.store และคุณลักษณะหลักของมันคือ "Keep your eyes feeling fresh by scheduling regular breaks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย LUMES 20-20-20 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Rest your eyes regularly, prevent eye strain, and be more productive with LUMES 20-20-20! 

What is the 20-20-20 rule?
Our eyes have to put in more effort when we read from a screen. The reason is because what we see is made up of pixels, tiny areas of color that form the whole image. Our eyes have to constantly focus and relax to read pixels, which puts more stress on our eye muscles. A good way to ensure your eyes get some rest is the 20-20-20 rule, which recommends that people using digital devices should look at something 20 feet away for 20 seconds, every 20 minutes.

How does it work? 
LUMES 20-20-20 can help reduce eye strain by prompting you to take regular breaks from the screen. The default settings are 20 minutes with 20 seconds rest. If you want to make the timer and break shorter or longer that’s possible too. 

Feedback? 
Help us keep LUMES 20-20-20 working for you. If you have any problems or feature suggestions, email us at [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LUMES 20-20-20 LUMES 20-20-20
ID bggllnkbdlkiimnpkndnceeelpabcogg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lumes-20-20-20/bggllnkbdlkiimnpkndnceeelpabcogg
คำอธิบาย Keep your eyes feeling fresh by scheduling regular breaks.
ขนาดไฟล์ 25.18 KB
จำนวนการติดตั้ง 2,680
เวอร์ชันปัจจุบัน 1.10
อัปเดตครั้งล่าสุด 2020-04-11
วันที่เผยแพร่ 2020-04-11
คะแนน 4.09/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://lumes.store
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://lumes.store/pages/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LUMES 20-20-20",
    "version": "1.10",
    "description": "Keep your eyes feeling fresh by scheduling regular breaks.",
    "permissions": [
        "alarms",
        "declarativeContent",
        "storage",
        "idle"
    ],
    "background": {
        "scripts": [
            "helpers.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/LUMES-fav-16.png",
            "32": "images\/LUMES-fav-32.png",
            "48": "images\/LUMES-fav-48.png",
            "128": "images\/LUMES-fav-128.png"
        }
    },
    "icons": {
        "16": "images\/LUMES-fav-16.png",
        "32": "images\/LUMES-fav-32.png",
        "48": "images\/LUMES-fav-48.png",
        "128": "images\/LUMES-fav-128.png"
    },
    "manifest_version": 2
}