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).」です。

拡張機能のスクリーンショット

screenshot

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!                    

拡張機能の基本情報

名前 The People’s Sound The People’s Sound
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"
        }
    ]
}