The People’s Sound

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

Was ist The People’s Sound?

The People’s Sound ist eine Chrome-Erweiterung, die von Ivan Ukhov entwickelt wurde, und ihr Hauptmerkmal ist "An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).".

Erweiterungsscreenshots

screenshot

The People’s Sound-Erweiterungs-CRX-Datei herunterladen

Laden Sie The People’s Sound-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name The People’s Sound The People’s Sound
ID jcohdiafegenfeehhcffkgeihpkcilmm
Offizielle URL https://chrome.google.com/webstore/detail/the-people%E2%80%99s-sound/jcohdiafegenfeehhcffkgeihpkcilmm
Beschreibung An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).
Dateigröße 39.81 KB
Installationsanzahl 70
Aktuelle Version 0.0.0.6
Letztes Update 2016-01-31
Veröffentlichungsdatum 2016-01-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Ivan Ukhov
Zahlungsart free
Erweiterungswebsite https://github.com/IvanUkhov/the-peoples-sound
Unterstützte Sprachen 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"
        }
    ]
}