Wikipedia IPA Speaker
This extension allows you to listen to IPA on Wikipedia.
Qu'est-ce que Wikipedia IPA Speaker ?
Wikipedia IPA Speaker est une extension Chrome développée par russell.r.cohen, et sa fonction principale est "This extension allows you to listen to IPA on Wikipedia.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wikipedia IPA Speaker
Téléchargez les fichiers d'extension Wikipedia IPA Speaker 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
If you click on IPA (international phonetic alphabet) text on wikipedia, it links to a generic IPA page, which is quite frustrating. This extension adds a play button next to IPA text to read it aloud. Icons made by Freepik from http://www.flaticon.com is licensed by http://creativecommons.org/licenses/by/3.0/ (CC 3.0 BY)
Informations de Base sur l'Extension
Nom | Wikipedia IPA Speaker |
ID | jkgihpigffcfeebgedpklldebdibbnne |
URL Officiel | https://chromewebstore.google.com/detail/wikipedia-ipa-speaker/jkgihpigffcfeebgedpklldebdibbnne |
Description | This extension allows you to listen to IPA on Wikipedia. |
Taille du Fichier | 34.93 KB |
Nombre d'Installations | 908 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2017-07-06 |
Date de Publication | 2017-07-05 |
Évaluation | 3.31/5 Total 35 Évaluations |
Développeur | russell.r.cohen |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikipedia IPA Speaker", "description": "This extension allows you to listen to IPA on Wikipedia.", "version": "1.3", "icons": { "64": "favicon.ico" }, "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/*" ], "js": [ "jquery-3.2.1.min.js", "ipa.js" ], "css": [ "ipa.css" ] } ], "web_accessible_resources": [ "play-button.svg" ] } |