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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } ] } |