The People’s Sound

An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).

The People’s Sound là gì?

The People’s Sound là một tiện ích mở rộng Chrome được phát triển bởi Ivan Ukhov, và tính năng chính của nó là "An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng The People’s Sound

Tải xuống các tệp mở rộng The People’s Sound dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The People’s Sound The People’s Sound
ID jcohdiafegenfeehhcffkgeihpkcilmm
URL Chính Thức https://chrome.google.com/webstore/detail/the-people%E2%80%99s-sound/jcohdiafegenfeehhcffkgeihpkcilmm
Mô tả An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).
Kích Thước Tệp 39.81 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 0.0.0.6
Cập Nhật Lần Cuối 2016-01-31
Ngày Phát Hành 2016-01-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ivan Ukhov
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/IvanUkhov/the-peoples-sound
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}