Blue Canoe Pronunciation Dictionary

Learn how to say any English word and be instantly understood, using the award-winning Color Vowel®️ System.

What is Blue Canoe Pronunciation Dictionary?

Blue Canoe Pronunciation Dictionary is a Chrome extension developed by https://bluecanoelearning.com, and its main feature is "Learn how to say any English word and be instantly understood, using the award-winning Color Vowel®️ System.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Blue Canoe Pronunciation Dictionary Extension CRX File

Download Blue Canoe Pronunciation Dictionary 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

                        Double-click and then right-click on any word to see its stress and vowel.

Simply select a word and get a pop-up that teaches you the two most important things about saying that word: where to put the stress, and what vowel sound (color) you should use. This dictionary is built on the award-winning Color Vowel® System, used by more than 10,000+ ESL teachers around the world, and now you can use it, for free, on your computer. 

Frustrated by all the complexities and “exceptions” of English pronunciation? Tired of not being able to listen and then accurately repeat a word? You are not alone! Blue Canoe and the Color Vowel System will help! 

Visit www.bluecanoelearning.com for more information. Download the Blue Canoe mobile app for daily lessons that work to improve your spoken clarity and confidence. 

Watch this 3-minute video to learn more about the most successful way to improve your spoken English. https://youtu.be/21XNGIefcR8

* Move from just knowing what a word means, to confidently using a word when you talk. 
* Double-click to select, and then right-click on any word to get a pop-up that tells you which syllable to stress (make longer), and what vowel sound (color) you should use, as you say the word out loud. 
* Listen to the vowel sound recording and then the word recording, and the visual and musical parts of your brain will help you to “hear” it in a way that is not possible with just your language brain.
* Go to the Options in Blue Canoe icon in the browser extension bar to change how you call up the pop up, if desired.
* Use the Blue Canoe mobile AI app to learn and practice so much more about speaking English with clarity and confidence. Get it from your mobile App Store.

NOTE: After installing this extension, refresh any previously opened tabs to use it on those tabs. According to the rules of the Chrome Web Store, it will also not work on the store pages.                    

Extension Basic Information

Name Blue Canoe Pronunciation Dictionary Blue Canoe Pronunciation Dictionary
ID pjnkabicgidoflkilpobciceedcamkpo
Official URL https://chromewebstore.google.com/detail/blue-canoe-pronunciation/pjnkabicgidoflkilpobciceedcamkpo
Description Learn how to say any English word and be instantly understood, using the award-winning Color Vowel®️ System.
File Size 969 KB
Installation Count 2,269
Current Version 1.2.0
Last Updated 2020-12-23
Publish Date 2020-08-27
Rating 5.00/5 Total 19 Ratings
Developer https://bluecanoelearning.com
Email [email protected]
Payment Type free
Extension Website https://www.bluecanoelearning.com
Privacy Policy Page URL https://bluecanoelearning.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Blue Canoe Learning",
    "manifest_version": 2,
    "name": "Blue Canoe Pronunciation Dictionary",
    "version": "1.2.0",
    "description": "Learn how to say any English word and be instantly understood, using the award-winning Color Vowel\u00ae\ufe0f System.",
    "icons": {
        "48": "icons\/logo_48.png",
        "64": "icons\/logo_64.png",
        "96": "icons\/logo_96.png",
        "128": "icons\/logo_128.png",
        "512": "icons\/logo_512.png",
        "1024": "icons\/logo_1024.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/logo_19.png",
            "38": "icons\/logo_38.png"
        },
        "default_title": "Blue Canoe"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/browser-polyfill.js",
                "content_scripts\/googleDocsUtil.js",
                "content_scripts\/dictionary.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "common\/browser-polyfill.js",
            "background\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "icons\/[email protected]",
        "icons\/audio_button.png",
        "icons\/auburn.png",
        "icons\/black.png",
        "icons\/blue.png",
        "icons\/brown.png",
        "icons\/gray.png",
        "icons\/green.png",
        "icons\/mustard.png",
        "icons\/olive.png",
        "icons\/orange.png",
        "icons\/purple.png",
        "icons\/red.png",
        "icons\/rose.png",
        "icons\/silver.png",
        "icons\/turquoise.png",
        "icons\/white.png",
        "icons\/wooden.png",
        "icons\/settings.png",
        "audio\/auburn.mp3",
        "audio\/black.mp3",
        "audio\/blue.mp3",
        "audio\/brown.mp3",
        "audio\/gray.mp3",
        "audio\/green.mp3",
        "audio\/mustard.mp3",
        "audio\/olive.mp3",
        "audio\/orange.mp3",
        "audio\/purple.mp3",
        "audio\/red.mp3",
        "audio\/rose.mp3",
        "audio\/silver.mp3",
        "audio\/turquoise.mp3",
        "audio\/white.mp3",
        "audio\/wooden.mp3"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/www.bluecanoelearning.com\/"
    ]
}