Trello Night

Easy just click to switch to night mode, it makes the display much easier on your eyes!

Trello Nightคืออะไร?

Trello Night เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kumaresan.in และคุณลักษณะหลักของมันคือ "Easy just click to switch to night mode, it makes the display much easier on your eyes!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Night

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

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

                        Easy just click to switch to night mode, it makes the display much easier on your eyes!!!

Features:
1. Protect your eyes with Trello Night when working in a dark environment.
2. In Night Mode, the entire page will be fading to dark and all text colors will be adjusted to the dark color as well.
3. When Off, the page and all text colors will be switched to normal.
4. When On, all white on the screen will be changed to darker tones to protect the eye.                    

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

ชื่อ Trello Night Trello Night
ID mfifmoklnkpndjjcalemaggldbicmkki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trello-night/mfifmoklnkpndjjcalemaggldbicmkki
คำอธิบาย Easy just click to switch to night mode, it makes the display much easier on your eyes!
ขนาดไฟล์ 23.39 KB
จำนวนการติดตั้ง 4,898
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2018-05-16
วันที่เผยแพร่ 2018-05-15
คะแนน 3.46/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา https://kumaresan.in
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Night",
    "version": "1.8",
    "description": "Easy just click to switch to night mode, it makes the display much easier on your eyes!",
    "background": {
        "scripts": [
            "js\/trello-night-mode-bg.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": "images\/icon32.png",
        "default_title": "Extension will be enabled when you open Trello.com"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "js\/trello-night-mode.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/main.css"
    ],
    "permissions": [
        "https:\/\/trello.com\/",
        "tabs",
        "storage"
    ],
    "author": "Kumaresan.S"
}