The People’s Sound

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

Qu'est-ce que The People’s Sound ?

The People’s Sound est une extension Chrome développée par Ivan Ukhov, et sa fonction principale est "An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The People’s Sound

Téléchargez les fichiers d'extension The People’s Sound au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom The People’s Sound The People’s Sound
ID jcohdiafegenfeehhcffkgeihpkcilmm
URL Officiel https://chrome.google.com/webstore/detail/the-people%E2%80%99s-sound/jcohdiafegenfeehhcffkgeihpkcilmm
Description An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).
Taille du Fichier 39.81 KB
Nombre d'Installations 70
Version Actuelle 0.0.0.6
Dernière Mise à Jour 2016-01-31
Date de Publication 2016-01-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Ivan Ukhov
Type de Paiement free
Site Web de l'Extension https://github.com/IvanUkhov/the-peoples-sound
Langues Prises en Charge 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"
        }
    ]
}