Word Definer
Get the definitions of all big or complex words from every webpage
Word Definer क्या है?
Word Definer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the definitions of all big or complex words from every webpage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Word Definer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Word definer is the perfect extension for all of your vocabulary needs. Every webpage visited will have a compiled list of words in the toolbar that have been pulled directly from the page. Figure out words you do not know by retrieving their definitions instantly at the click of a button.
एक्सटेंशन की मूल जानकारी
नाम | Word Definer |
ID | pebaoppkhmdljgfcepaocgdifalikhhh |
आधिकारिक URL | https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh |
विवरण | Get the definitions of all big or complex words from every webpage |
फ़ाइल का आकार | 21.79 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2021-11-02 |
प्रकाशन तिथि | 2021-11-02 |
डेवलपर | Unknown |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Definer", "description": "Get the definitions of all big or complex words from every webpage", "version": "0.0.1", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/dictionary16x16.png", "48": "images\/dictionary48x48.png", "128": "images\/dictionary128x128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } |