The People’s Sound

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

Cos'è The People’s Sound?

The People’s Sound è un'estensione di Chrome sviluppata da Ivan Ukhov, e la sua funzione principale è "An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The People’s Sound

Scarica i file di estensione The People’s Sound in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome The People’s Sound The People’s Sound
ID jcohdiafegenfeehhcffkgeihpkcilmm
URL Ufficiale https://chrome.google.com/webstore/detail/the-people%E2%80%99s-sound/jcohdiafegenfeehhcffkgeihpkcilmm
Descrizione An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).
Dimensione del File 39.81 KB
Conteggio Installazioni 70
Versione Corrente 0.0.0.6
Ultimo Aggiornamento 2016-01-31
Data di Pubblicazione 2016-01-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Ivan Ukhov
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/IvanUkhov/the-peoples-sound
Lingue Supportate 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"
        }
    ]
}