NYT Crossword Fullscreen
Adds a fullscreen button to the NYT crossword UI.
NYT Crossword Fullscreen क्या है?
NYT Crossword Fullscreen Jasper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a fullscreen button to the NYT crossword UI."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NYT Crossword Fullscreen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } ] } |