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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ivan Ukhov และคุณลักษณะหลักของมันคือ "An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The People’s Sound
ดาวน์โหลดไฟล์ส่วนขยาย The People’s Sound ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } ] } |