NYT Crossword Fullscreen
Adds a fullscreen button to the NYT crossword UI.
Hvad er NYT Crossword Fullscreen?
NYT Crossword Fullscreen er en Chrome-udvidelse udviklet af Jasper, og dens hovedfunktion er "Adds a fullscreen button to the NYT crossword UI.".
Udvidelsesskærmbilleder
Download NYT Crossword Fullscreen-udvidelses-CRX-fil
Download NYT Crossword Fullscreen-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds a full-screen mode button to the New York Times crossword puzzle interface.
Grundlæggende oplysninger om udvidelsen
Navn | NYT Crossword Fullscreen |
ID | lpnihcgnplcjdlfmdlejbpcnehidmfon |
Officiel URL | https://chromewebstore.google.com/detail/nyt-crossword-fullscreen/lpnihcgnplcjdlfmdlejbpcnehidmfon |
Beskrivelse | Adds a fullscreen button to the NYT crossword UI. |
Filstørrelse | 7.96 KB |
Antal Installationer | 72 |
Nuværende Version | 1.80 |
Senest Opdateret | 2024-02-19 |
Udgivelsesdato | 2022-11-08 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Jasper |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jasperandrew/nyt-crossword-fullscreen |
Understøttede Sprog | 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\/*" ] } ] } |