Dark Reader Dark

Dark theme for every website. Care your eyes, use Dark Reader for night and daily browsing.

Dark Reader Darkคืออะไร?

Dark Reader Dark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yury Ershov และคุณลักษณะหลักของมันคือ "Dark theme for every website. Care your eyes, use Dark Reader for night and daily browsing."

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

screenshot
screenshot

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

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

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

                        This is a clone of original Dark Reader located at
https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh?hl=en
and
https://github.com/alexanderby/darkreader

*** This version does not have the problem of the original Dark Reader not inverting some part of the page:  https://github.com/darkreader/darkreader/issues/2256

The difference is this variant is not trying to be 'smart' and just makes dark everything it can, including all images, videos, iframes, etc.
In rare occasions when you may want to see a page uninverted, just use a hotkey to switch between light/dark mode.

Also it adds a black new tab page.

This clone is useful for developers that want to keep their eyes safe.

Original DarkReader description follows:

--------------------------

Unlike it's uncountable clones, this extension doesn't just invert colors of web-sites you visit. Powered by new Chrome engine features it uses special intellectual way to transform bright blinding stuff into eye relaxing, high contrast, deluminated, dark themed and just smart looking web-pages which are easy to read at night. Use this extension to take care of your eyes.

Now with filter adjustment, font settings and ignore-list!

Use the hotkeys Alt+Shift+D for switching the extension On/Off and Alt+Shift+A for adding current web-site into your sites list (you may choose if you would like to ignore these sites or invert them only). If the hotkeys don't work, set them up on this page chrome://extensions/configureCommands

If white splashes hurt your eyes, this is a Google issue. Join the conversation:
https://productforums.google.com/forum/#!topic/chrome/M_gtcHph_ZQ

PLEASE, READ THE NEXT WARNINGS:
1. Disable other similar extensions, they may interrupt DarkReader.
2. White splashes between navigation and tab switching are Chromium issues 1373 and 126341.
3. Chrome Web Store page will not be inverted due to security reasons.
4. Dear Reader, if your favorite site doesn't look well with this extension (e.g. some images are inverted), please post us a link at [email protected]
5. If some sites are already dark, please send their addresses at [email protected]
6. Switch off the extension before you disable or uninstall it. Otherwise your opened pages will stay inverted until you refresh them.
7. If some pages work laggy, try setting filter values to "off".
8. Contribute at https://github.com/alexanderby/darkreader

Good luck!                    

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

ชื่อ Dark Reader Dark Dark Reader Dark
ID kbbbldgkhcpkmmjbjelmkjkchibeklng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-reader-dark/kbbbldgkhcpkmmjbjelmkjkchibeklng
คำอธิบาย Dark theme for every website. Care your eyes, use Dark Reader for night and daily browsing.
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 14,282
เวอร์ชันปัจจุบัน 3.5.2.7
อัปเดตครั้งล่าสุด 2020-05-06
วันที่เผยแพร่ 2020-05-03
คะแนน 3.83/5 รวมทั้งหมด 77 คะแนน
ผู้พัฒนา Yury Ershov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "author": "Alexander Shutov, Yury Ershov",
    "background": {
        "page": "background\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/dr_active_19.png",
            "38": "img\/dr_active_38.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Dark Reader Dark"
    },
    "chrome_url_overrides": {
        "newtab": "n.html"
    },
    "commands": {
        "addSite": {
            "description": "Toggle current site",
            "suggested_key": {
                "default": "Alt+Shift+A"
            }
        },
        "toggle": {
            "description": "Toggle On\/Off",
            "suggested_key": {
                "default": "Alt+Shift+D"
            }
        }
    },
    "description": "Dark theme for every website. Care your eyes, use Dark Reader for night and daily browsing.",
    "icons": {
        "128": "img\/dr_128.png",
        "16": "img\/dr_16.png",
        "48": "img\/dr_48.png"
    },
    "manifest_version": 2,
    "name": "Dark Reader Dark",
    "permissions": [
        "fontSettings",
        "storage",
        "tabs",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5.2.7"
}