Blue Canoe Pronunciation Dictionary

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

Qu'est-ce que Blue Canoe Pronunciation Dictionary ?

Blue Canoe Pronunciation Dictionary est une extension Chrome développée par https://bluecanoelearning.com, et sa fonction principale est "Learn how to say any English word and be instantly understood, using the award-winning Color Vowel®️ System.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Blue Canoe Pronunciation Dictionary

Téléchargez les fichiers d'extension Blue Canoe Pronunciation Dictionary 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

                        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.                    

Informations de Base sur l'Extension

Nom Blue Canoe Pronunciation Dictionary Blue Canoe Pronunciation Dictionary
ID pjnkabicgidoflkilpobciceedcamkpo
URL Officiel 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.
Taille du Fichier 969 KB
Nombre d'Installations 2,269
Version Actuelle 1.2.0
Dernière Mise à Jour 2020-12-23
Date de Publication 2020-08-27
Évaluation 5.00/5 Total 19 Évaluations
Développeur https://bluecanoelearning.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.bluecanoelearning.com
URL de la Page de Politique de Confidentialité https://bluecanoelearning.com/privacy-policy
Langues Prises en Charge 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\/"
    ]
}