NYT Crossword Fullscreen
Adds a fullscreen button to the NYT crossword UI.
Wat is NYT Crossword Fullscreen?
NYT Crossword Fullscreen is een Chrome-extensie ontwikkeld door Jasper, en de belangrijkste functie is "Adds a fullscreen button to the NYT crossword UI.".
Extensie Screenshots
Download het CRX-bestand van de extensie NYT Crossword Fullscreen
Download NYT Crossword Fullscreen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a full-screen mode button to the New York Times crossword puzzle interface.
Basisinformatie over de Extensie
Naam | NYT Crossword Fullscreen |
ID | lpnihcgnplcjdlfmdlejbpcnehidmfon |
Officiële URL | https://chromewebstore.google.com/detail/nyt-crossword-fullscreen/lpnihcgnplcjdlfmdlejbpcnehidmfon |
Beschrijving | Adds a fullscreen button to the NYT crossword UI. |
Bestandsgrootte | 7.96 KB |
Aantal Installaties | 72 |
Huidige Versie | 1.80 |
Laatst Bijgewerkt | 2024-02-19 |
Publicatiedatum | 2022-11-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Jasper |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jasperandrew/nyt-crossword-fullscreen |
Ondersteunde Talen | 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\/*" ] } ] } |