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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a dark mode to the New York Times Crossword page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NYT Crossword Dark Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}