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
公式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
Eメール [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"
}