Blue Canoe Pronunciation Dictionary

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

Co je Blue Canoe Pronunciation Dictionary?

Blue Canoe Pronunciation Dictionary je rozšíření Chrome vyvinuté https://bluecanoelearning.com, a jeho hlavní funkcí je „Learn how to say any English word and be instantly understood, using the award-winning Color Vowel®️ System.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Blue Canoe Pronunciation Dictionary

Stáhněte si soubory rozšíření Blue Canoe Pronunciation Dictionary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Blue Canoe Pronunciation Dictionary Blue Canoe Pronunciation Dictionary
ID pjnkabicgidoflkilpobciceedcamkpo
Oficiální URL https://chromewebstore.google.com/detail/blue-canoe-pronunciation/pjnkabicgidoflkilpobciceedcamkpo
Popis Learn how to say any English word and be instantly understood, using the award-winning Color Vowel®️ System.
Velikost souboru 969 KB
Počet instalací 2,269
Aktuální Verze 1.2.0
Poslední Aktualizace 2020-12-23
Datum Vydání 2020-08-27
Hodnocení 5.00/5 Celkem 19 Hodnocení
Vývojář https://bluecanoelearning.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.bluecanoelearning.com
URL Stránky Zásad Ochrany Soukromí https://bluecanoelearning.com/privacy-policy
Podporované Jazyky 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\/"
    ]
}