English Learner Kit
This extension helps learn phonetic transcription and pronunciation.
English Learner Kit क्या है?
English Learner Kit Andrey Cheptsov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps learn phonetic transcription and pronunciation."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में English Learner Kit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
To see transcription for a word on the page, move your mouse over it and hold the Ctrl (Cmd for OS X) key. Hold the mouse longer to listen the pronunciation. Click on a word holding the Ctrl (Cmd for OS X) key to add it to the favorites (or to remove it from the favorites). Please submit bug reports and pull requests to https://github.com/cheptsov/english-learner-kit/issues
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | afmaganbgpebidpiahknfcgbhegckaao |
आधिकारिक URL | https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao |
विवरण | This extension helps learn phonetic transcription and pronunciation. |
फ़ाइल का आकार | 38.75 KB |
स्थापना संख्या | 121 |
वर्तमान संस्करण | 1.0.11 |
अंतिम अपडेट | 2014-07-04 |
प्रकाशन तिथि | 2014-07-04 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Andrey Cheptsov |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "English Learner Kit", "description": "This extension helps learn phonetic transcription and pronunciation.", "version": "1.0.11", "permissions": [ "https:\/\/dictionary.yandex.net\/", "storage", "notifications", "background" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "graduation-cap_999999_19.png", "38": "graduation-cap_999999_38.png" } } } |