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”。
擴展截圖
下載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 |
ID | kiaechlknophcicpkpmjdgnogllknifg |
官方網址 | 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\/*" ] } ] } |