Wikipedia IPA Speaker

This extension allows you to listen to IPA on Wikipedia.

What is Wikipedia IPA Speaker?

Wikipedia IPA Speaker is a Chrome extension developed by russell.r.cohen, and its main feature is "This extension allows you to listen to IPA on Wikipedia.".

Extension Screenshots

screenshot

Download Wikipedia IPA Speaker Extension CRX File

Download Wikipedia IPA Speaker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Wikipedia IPA Speaker Wikipedia IPA Speaker
ID jkgihpigffcfeebgedpklldebdibbnne
Official URL https://chromewebstore.google.com/detail/wikipedia-ipa-speaker/jkgihpigffcfeebgedpklldebdibbnne
Description This extension allows you to listen to IPA on Wikipedia.
File Size 34.93 KB
Installation Count 908
Current Version 1.3
Last Updated 2017-07-06
Publish Date 2017-07-05
Rating 3.31/5 Total 35 Ratings
Developer russell.r.cohen
Payment Type free
Supported Languages 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"
    ]
}