Double-click pronounce

Never doubt how to pronounce a word. Better your spoken languages!

What is Double-click pronounce?

Double-click pronounce is a Chrome extension developed by fifacioni, and its main feature is "Never doubt how to pronounce a word. Better your spoken languages!".

Extension Screenshots

screenshot

Download Double-click pronounce Extension CRX File

Download Double-click pronounce 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

                        Never doubt how to pronounce a word. Double-click it and your browser will read it out loud for you!                    

Extension Basic Information

Name Double-click pronounce Double-click pronounce
ID pohphjaomaaadphonldcdmfflfjhnlgf
Official URL https://chrome.google.com/webstore/detail/double-click-pronounce/pohphjaomaaadphonldcdmfflfjhnlgf
Description Never doubt how to pronounce a word. Better your spoken languages!
File Size 15.51 KB
Installation Count 93
Current Version 2.5
Last Updated 2021-11-20
Publish Date 2020-12-28
Rating 3.33/5 Total 3 Ratings
Developer fifacioni
Email [email protected]
Payment Type free
Extension Website https://github.com/filipeisho/pronounce
Help Page URL https://github.com/filipeisho/pronounce
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Double-click pronounce",
    "version": "2.5",
    "description": "Never doubt how to pronounce a word. Better your spoken languages!",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "browser-polyfill.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "pronounce.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "management"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{f8716d82-2c5c-430d-b783-5473310342cf}"
        }
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/border-48.png"
        },
        "default_title": "Pronounce",
        "default_popup": "options.html"
    }
}