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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}