Learner's Dictionary Speaker
This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.
Learner's Dictionary Speaker क्या है?
Learner's Dictionary Speaker largepuma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Learner's Dictionary Speaker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Before when you refer words in Merriam-Webster's Advanced Learner's Dictionary, you click the speaker icon, pop up a window to play the sound the word. After installing the extension, when you click the speaker icon, you can play the sound of the word directly, avoid a popup window.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | coldknllkdcippebgpiidlkcedhmhgdg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/learners-dictionary-speak/coldknllkdcippebgpiidlkcedhmhgdg |
विवरण | This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly. |
फ़ाइल का आकार | 4.35 KB |
स्थापना संख्या | 197 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2013-08-26 |
प्रकाशन तिथि | 2013-08-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | largepuma |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Learner's Dictionary Speaker", "description": "This extension enable M-W Learner's Dictionary(http:\/\/www.learnersdictionary.com\/) speak directly.", "version": "1.3", "content_scripts": [ { "matches": [ "http:\/\/www.learnersdictionary.com\/search\/*" ], "js": [ "content_script.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "http:\/\/www.learnersdictionary.com\/" ] } |