Trello Night

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

什麼是Trello Night?

Trello Night是由https://kumaresan.in開發的Chrome擴展程式,該擴展的主要功能是“Easy just click to switch to night mode, it makes the display much easier on your eyes!”。

擴展截圖

screenshot
screenshot

下載Trello Night擴展crx文件

下載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
官方網址 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"
}