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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ivan Ukhov, και η κύρια λειτουργία του είναι "An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The People’s Sound
Λήψη αρχείων επέκτασης 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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } ] } |