Midnight Lizard

Custom color schemes for all websites: night mode, dark themes, blue light filter, screen shader, high contrast, grayscale, etc.

Midnight Lizardคืออะไร?

Midnight Lizard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://midnight-lizard.org และคุณลักษณะหลักของมันคือ "Custom color schemes for all websites: night mode, dark themes, blue light filter, screen shader, high contrast, grayscale, etc."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Midnight Lizard color schemes work across all websites. There are many predefined color schemes and you can install more from midnight-lizard.org
  ✔ Choose between dark, light, grayscale or colorful color schemes
  ✔ Modify existing or create new color schemes
  ✔ Use different color schemes on each website
  ✔ Adjust brightness, saturation, contrast and hues
  ✔ Improve accessibility and readability
  ✔ Increase contrast to make text easier to read
  ✔ Apply blue light filter to shift all colors towards red light
  ✔ Keep original images and hues without inversion
  ✔ Schedule automatic activation and deactivation
  ✔ Use keyboard shortcuts to toggle extension
     ⮚ on current website: Alt+Shift+L
     ⮚ globally: Alt+Shift+M
  ✔ Use with PDF and local files (enable in browser settings)
  ✔ Shade bright colors and images
  ✔ Change any colour you want
  ✔ Synchronize your settings
  ✔ Configure background, text, buttons, links, borders, images and scrollbars
  ✔ Apply globally, per-website or with url match patterns
  ✔ Switch between websites blacklist and whitelist modes
  ✔ Use Simplified mode to improve performance on heavy websites
  ✔ Contribute to our open source project on GitHub.com/Midnight-Lizard
  ✔ Donate to our OpenCollective.com/Midnight-Lizard

Please use browser themes in order to style New Tab page, tabs and toolbars - extensions cannot do that.
Also extensions don't work on New Tab page, Chrome Web Store and browser settings.                    

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

ชื่อ Midnight Lizard Midnight Lizard
ID pbnndmlekkboofhnbonilimejonapojg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/midnight-lizard/pbnndmlekkboofhnbonilimejonapojg
คำอธิบาย Custom color schemes for all websites: night mode, dark themes, blue light filter, screen shader, high contrast, grayscale, etc.
ขนาดไฟล์ 1.02 MB
จำนวนการติดตั้ง 76,132
เวอร์ชันปัจจุบัน 10.7.0
อัปเดตครั้งล่าสุด 2021-02-08
วันที่เผยแพร่ 2020-05-24
คะแนน 4.74/5 รวมทั้งหมด 767 คะแนน
ผู้พัฒนา https://midnight-lizard.org
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://midnight-lizard.org/extension-privacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Midnight Lizard",
    "short_name": "Mid.Lizard",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "10.7.0",
    "author": "Pavel Agarkov",
    "icons": {
        "128": "img\/ml-icon-128+.png",
        "48": "img\/ml-icon-48++.png",
        "32": "img\/ml-icon-32.png",
        "16": "img\/ml-icon-16.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "offline_enabled": true,
    "commands": {
        "global-toggle": {
            "description": "__MSG_globalToggleKey__",
            "suggested_key": {
                "default": "Alt+Shift+M"
            }
        },
        "current-toggle": {
            "description": "__MSG_currentToggleKey__",
            "suggested_key": {
                "default": "Alt+Shift+L"
            }
        }
    },
    "browser_action": {
        "default_title": "Midnight Lizard",
        "default_icon": {
            "38": "img\/ml-toolbar-icon-38.png"
        },
        "default_popup": "ui\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background-page.js"
        ]
    },
    "web_accessible_resources": [
        "js\/page-script.js"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "css": [
                "css\/preload.css",
                "css\/content-vars.css",
                "css\/dynamic-loading.css",
                "css\/dynamic-complete.css",
                "css\/dynamic-universal.css",
                "css\/dynamic-filter.css",
                "css\/custom\/bookmark-sidebar.css"
            ],
            "js": [
                "js\/content-script.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*\/chrome\/newtab*"
            ],
            "css": [
                "css\/custom\/chrome-new-tab.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/custom\/youtube.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/mail.google.*\/*"
            ],
            "css": [
                "css\/custom\/google-mail.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "http?:\/\/www.google.*\/*"
            ],
            "css": [
                "css\/custom\/google.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/plus.google.*\/*"
            ],
            "css": [
                "css\/custom\/google-plus.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/docs.google.*\/forms\/*"
            ],
            "css": [
                "css\/custom\/google-forms.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/docs.google.*\/*"
            ],
            "css": [
                "css\/custom\/google-docs.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/docs.google.*\/document\/*"
            ],
            "css": [
                "css\/custom\/google-documents.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/docs.google.*\/spreadsheets\/*"
            ],
            "css": [
                "css\/custom\/google-spreadsheets.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/docs.google.com\/document\/*",
                "https:\/\/docs.google.com\/presentation\/*",
                "https:\/\/docs.google.com\/drawings\/*"
            ],
            "css": [
                "css\/custom\/google-slides.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/poeditor.com\/*"
            ],
            "css": [
                "css\/custom\/poeditor.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/accounts.google.*\/*"
            ],
            "css": [
                "css\/custom\/google-accounts.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/www.google.*\/maps\/*",
                "https:\/\/www.google.*\/maps?*"
            ],
            "css": [
                "css\/custom\/google-maps.css"
            ]
        },
        {
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/www.bing.*\/maps\/*",
                "https:\/\/www.bing.*\/maps?*"
            ],
            "js": [
                "js\/custom\/bing-maps.js"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/www.bing.*\/maps\/*",
                "https:\/\/www.bing.*\/maps?*"
            ],
            "css": [
                "css\/custom\/bing-maps.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/developer.mozilla.org\/*"
            ],
            "css": [
                "css\/custom\/mozilla.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "css\/custom\/wikipedia.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/*.wikibooks.org\/*"
            ],
            "css": [
                "css\/custom\/wikibooks.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "css\/custom\/facebook.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.medium.com\/*",
                "https:\/\/medium.com\/*"
            ],
            "css": [
                "css\/custom\/medium.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.quora.com\/*"
            ],
            "css": [
                "css\/custom\/quora.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "css\/custom\/twitter.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.producthunt.com\/*",
                "https:\/\/producthunt.com\/*"
            ],
            "css": [
                "css\/custom\/producthunt.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.trello.com\/*",
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "css\/custom\/trello.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "css": [
                "css\/custom\/reddit.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.crowdin.com\/*",
                "https:\/\/crowdin.com\/*",
                "https:\/\/translate.midnight-lizard.org\/*"
            ],
            "css": [
                "css\/custom\/crowdin.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/photos.google.com\/*"
            ],
            "css": [
                "css\/custom\/google-photos.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/groups.google.com\/*"
            ],
            "css": [
                "css\/custom\/google-groups.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/opencollective.com\/*"
            ],
            "css": [
                "css\/custom\/opencollective.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*.slack.com\/*"
            ],
            "css": [
                "css\/custom\/slack.css"
            ]
        },
        {
            "run_at": "document_idle",
            "all_frames": false,
            "matches": [
                "*:\/\/*.midnight-lizard.org\/*"
            ],
            "js": [
                "js\/custom\/chrome-runtime-connect-external-polyfill.js"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*.stackoverflow.com\/*",
                "https:\/\/*.stackexchange.com\/*"
            ],
            "css": [
                "css\/custom\/stackoverflow.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/*.github.com\/*"
            ],
            "css": [
                "css\/custom\/github.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/mail.yahoo.com\/*"
            ],
            "css": [
                "css\/custom\/yahoo-mail.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/translate.google.*\/*"
            ],
            "css": [
                "css\/custom\/google-translate.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "css": [
                "css\/custom\/amazon.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/yandex.ru\/maps\/*",
                "https:\/\/www.yandex.ru\/maps\/*"
            ],
            "css": [
                "css\/custom\/yandex-maps.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/instagram.com\/*",
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "css\/custom\/instagram.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "css\/custom\/whatsapp.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "css\/custom\/twitch.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/yandex.ru\/portal\/video*",
                "https:\/\/www.yandex.ru\/portal\/video*"
            ],
            "css": [
                "css\/custom\/yandex-portal-video.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/calendar.yahoo.com\/*"
            ],
            "css": [
                "css\/custom\/yahoo-calendar.css"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "css\/custom\/linkedin.css"
            ]
        }
    ]
}