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開發的Chrome擴展程式,該擴展的主要功能是“An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).”。
擴展截圖
下載The People’s Sound擴展crx文件
下載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 |
官方網址 | 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" } ] } |