NYT Crossword Fullscreen
Adds a fullscreen button to the NYT crossword UI.
ما هو NYT Crossword Fullscreen؟
NYT Crossword Fullscreen هو إضافة Chrome تم تطويرها بواسطة Jasper، والميزة الرئيسية لها هي "Adds a fullscreen button to the NYT crossword UI.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NYT Crossword Fullscreen
قم بتنزيل ملفات الامتداد NYT Crossword Fullscreen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a full-screen mode button to the New York Times crossword puzzle interface.
معلومات أساسية عن التمديد
الاسم | NYT Crossword Fullscreen |
ID | lpnihcgnplcjdlfmdlejbpcnehidmfon |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nyt-crossword-fullscreen/lpnihcgnplcjdlfmdlejbpcnehidmfon |
الوصف | Adds a fullscreen button to the NYT crossword UI. |
حجم الملف | 7.96 KB |
عدد التثبيتات | 72 |
النسخة الحالية | 1.80 |
آخر تحديث | 2024-02-19 |
تاريخ النشر | 2022-11-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Jasper |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jasperandrew/nyt-crossword-fullscreen |
اللغات المدعومة | 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\/*" ] } ] } |