NYT Crossword Fullscreen
Adds a fullscreen button to the NYT crossword UI.
What is NYT Crossword Fullscreen?
NYT Crossword Fullscreen is a Chrome extension developed by Jasper, and its main feature is "Adds a fullscreen button to the NYT crossword UI.".
Extension Screenshots
Download NYT Crossword Fullscreen Extension CRX File
Download NYT Crossword Fullscreen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a full-screen mode button to the New York Times crossword puzzle interface.
Extension Basic Information
Name | NYT Crossword Fullscreen |
ID | lpnihcgnplcjdlfmdlejbpcnehidmfon |
Official URL | https://chromewebstore.google.com/detail/nyt-crossword-fullscreen/lpnihcgnplcjdlfmdlejbpcnehidmfon |
Description | Adds a fullscreen button to the NYT crossword UI. |
File Size | 7.96 KB |
Installation Count | 72 |
Current Version | 1.80 |
Last Updated | 2024-02-19 |
Publish Date | 2022-11-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jasper |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jasperandrew/nyt-crossword-fullscreen |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NYT Crossword Fullscreen", "version": "1.80", "description": "Adds a fullscreen button to the NYT crossword UI.", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.nytimes.com\/crosswords\/game\/*" ], "js": [ "fullscreen.js" ] } ], "web_accessible_resources": [ { "resources": [ "fullscreen.svg" ], "matches": [ "*:\/\/www.nytimes.com\/*" ] } ] } |