Wordle - Dictionary extension
Think of this Chrome extension as your handy dictionary when playing Wordle.
Wordle - Dictionary extension क्या है?
Wordle - Dictionary extension Pankaj Bahekar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Think of this Chrome extension as your handy dictionary when playing Wordle."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wordle - Dictionary extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It displays the meaning of words as you enter them, helping you to improve your vocabulary as you go. How it works: 1. Install this extension 2. Navigate to https://www.nytimes.com/games/wordle/index.html and start playing Wordle. 3. Your guessed word's dictionary meaning will show up next to it. 4. If the word you entered has multiple meanings, you'll see the definitions appear one after the other - The extension will only display a word's meaning after the game has accepted your input as a valid word. - This extension will not help you with any recommendations or assist in winning the game, unfortunately! - The extension supports both dark and light mode
एक्सटेंशन की मूल जानकारी
नाम | Wordle - Dictionary extension |
ID | icbafdifdgmegfeljhihlpajpmbkmfbg |
आधिकारिक URL | https://chromewebstore.google.com/detail/wordle-dictionary-extensi/icbafdifdgmegfeljhihlpajpmbkmfbg |
विवरण | Think of this Chrome extension as your handy dictionary when playing Wordle. |
फ़ाइल का आकार | 21.14 KB |
स्थापना संख्या | 60 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2022-02-23 |
प्रकाशन तिथि | 2022-02-15 |
डेवलपर | Pankaj Bahekar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.interactivephi.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordle - Dictionary extension", "description": "Think of this Chrome extension as your handy dictionary when playing Wordle.", "version": "1.0.2", "manifest_version": 3, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.nytimes.com\/games\/wordle\/index.html" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/128.png", "32": "\/128.png", "48": "\/128.png", "128": "\/128.png" } }, "icons": { "16": "\/128.png", "32": "\/128.png", "48": "\/128.png", "128": "\/128.png" } } |