NYT Crossword Dark Mode

Adds a dark mode to the New York Times Crossword page

NYT Crossword Dark Mode là gì?

NYT Crossword Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi Aviv Shai, và tính năng chính của nó là "Adds a dark mode to the New York Times Crossword page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NYT Crossword Dark Mode

Tải xuống các tệp mở rộng NYT Crossword Dark Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A simple extension that will make the New York Times Crossword enter a dark mode theme. Works with the mini and regular crosswords. Now you can solve your favorite puzzles without straining your eyes!

Upcoming features:
 - Popup window with customizable highlight, relation, and block colors
 - Presets for custom colors (so you don't have to choose if you don't want to!)

If you have feature requests or would like to report a bug, please do so at this extension's GitHub page: https://github.com/burgerhex/NYTCrosswordDarkMode
You can open a new issue by going to the Issues tab and clicking the New Issue button. If you're having a problem, please describe it in detail and how to replicate it if possible. If you would like to suggest a new feature, please include as much detail as possible so I can know what you would like. I will try to respond to these as quickly as I can.

Known issues (to be fixed in upcoming updates):
 - Border just below header is the wrong shade of gray
 - Hamburger button at top left flashes when clicked                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NYT Crossword Dark Mode NYT Crossword Dark Mode
ID kiaechlknophcicpkpmjdgnogllknifg
URL Chính Thức https://chromewebstore.google.com/detail/nyt-crossword-dark-mode/kiaechlknophcicpkpmjdgnogllknifg
Mô tả Adds a dark mode to the New York Times Crossword page
Kích Thước Tệp 15.86 KB
Số Lần Cài Đặt 189
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-06-25
Ngày Phát Hành 2023-06-25
Nhà Phát Triển Aviv Shai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/burgerhex/NYTCrosswordDarkMode
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NYT Crossword Dark Mode",
    "version": "1.0",
    "description": "Adds a dark mode to the New York Times Crossword page",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.nytimes.com\/crosswords\/game\/*"
            ]
        }
    ]
}