dim the screen

dim the screen,screen blue light filter, brightness control

dim the screenคืออะไร?

dim the screen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://care-eyes.com และคุณลักษณะหลักของมันคือ "dim the screen,screen blue light filter, brightness control"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย dim the screen

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

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

                        dim the screen extension can adjust the gamma value of your computer’s display adapt, reduce the blue part  (RGB value) of the light, filter blue light.

it makes your computer screen looks more comfortable, so that your eyes will not feel tired ,Protect your eyes from computer screen                    

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

ชื่อ dim the screen dim the screen
ID olmpfahephldkkfhkmlnociobiihgndg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dim-the-screen/olmpfahephldkkfhkmlnociobiihgndg
คำอธิบาย dim the screen,screen blue light filter, brightness control
ขนาดไฟล์ 28.77 KB
จำนวนการติดตั้ง 405
เวอร์ชันปัจจุบัน 1.0.0.7
อัปเดตครั้งล่าสุด 2017-07-05
วันที่เผยแพร่ 2017-07-05
คะแนน 2.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://care-eyes.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://care-eyes.com/?pf
URL หน้าช่วยเหลือ https://care-eyes.com/feedback?pf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "__MSG_default_title__",
        "default_icon": "icons\/icon_48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "management",
        "contextMenus",
        "notifications",
        "nativeMessaging"
    ],
    "version": "1.0.0.7",
    "manifest_version": 2
}