NYT Crossword Dark Mode

Adds a dark mode to the New York Times Crossword page

什么是NYT Crossword Dark Mode?

NYT Crossword Dark Mode是由Aviv Shai开发的Chrome扩展程序,该扩展的主要功能是“Adds a dark mode to the New York Times Crossword page”。

扩展截图

screenshot

下载NYT Crossword Dark Mode扩展crx文件

下载NYT Crossword Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 NYT Crossword Dark Mode NYT Crossword Dark Mode
ID kiaechlknophcicpkpmjdgnogllknifg
官方URL https://chromewebstore.google.com/detail/nyt-crossword-dark-mode/kiaechlknophcicpkpmjdgnogllknifg
简介 Adds a dark mode to the New York Times Crossword page
文件大小 15.86 KB
安装次数 189
当前版本 1.0
更新时间 2023-06-25
上架时间 2023-06-25
开发者 Aviv Shai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/burgerhex/NYTCrosswordDarkMode
支持的语言 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\/*"
            ]
        }
    ]
}