NYT Crossword Fullscreen
Adds a fullscreen button to the NYT crossword UI.
Co to jest NYT Crossword Fullscreen?
NYT Crossword Fullscreen to rozszerzenie Chrome opracowane przez Jasper, a jego główną funkcją jest „Adds a fullscreen button to the NYT crossword UI.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NYT Crossword Fullscreen
Pobierz pliki rozszerzeń NYT Crossword Fullscreen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Adds a full-screen mode button to the New York Times crossword puzzle interface.
Podstawowe informacje o rozszerzeniu
Nazwa | NYT Crossword Fullscreen |
ID | lpnihcgnplcjdlfmdlejbpcnehidmfon |
Oficjalny URL | https://chromewebstore.google.com/detail/nyt-crossword-fullscreen/lpnihcgnplcjdlfmdlejbpcnehidmfon |
Opis | Adds a fullscreen button to the NYT crossword UI. |
Rozmiar pliku | 7.96 KB |
Liczba instalacji | 72 |
Aktualna Wersja | 1.80 |
Ostatnia Aktualizacja | 2024-02-19 |
Data Publikacji | 2022-11-08 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Jasper |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jasperandrew/nyt-crossword-fullscreen |
Obsługiwane Języki | 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\/*" ] } ] } |