The People’s Sound
An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).
The People’s Sound क्या है?
The People’s Sound Ivan Ukhov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The People’s Sound एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The People’s Dictionary or Folkets lexikon in Swedish is a comprehensive English–Swedish dictionary maintained by KTH, the Royal Institute of Technology, in Stockholm. Unfortunately, it is very inconvenient to listen to words’ pronunciations in this dictionary: once you click the corresponding little speakerphone, you end up on a new page with a huge speakerphone in the middle which you need to click to listen to the pronunciation. The People’s Sound extension for Google Chrome allows you to do the same but in one click and without leaving the main page of the dictionary. Just hover your mouse over a little speakerphone, click it, and enjoy!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jcohdiafegenfeehhcffkgeihpkcilmm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/the-people%E2%80%99s-sound/jcohdiafegenfeehhcffkgeihpkcilmm |
विवरण | An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon). |
फ़ाइल का आकार | 39.81 KB |
स्थापना संख्या | 70 |
वर्तमान संस्करण | 0.0.0.6 |
अंतिम अपडेट | 2016-01-31 |
प्रकाशन तिथि | 2016-01-31 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Ivan Ukhov |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/IvanUkhov/the-peoples-sound |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The People\u2019s Sound", "description": "An easy way to listen to pronunciations in the People\u2019s Dictionary (Folkets lexikon).", "version": "0.0.0.6", "icons": { "128": "logo128.png" }, "author": [ { "name": "Ivan Ukhov" } ], "content_scripts": [ { "js": [ "jquery.min.js", "sound.js" ], "matches": [ "http:\/\/folkets-lexikon.csc.kth.se\/**" ], "run_at": "document_start" } ] } |