Blue Canoe Pronunciation Dictionary

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

Blue Canoe Pronunciation Dictionary란 무엇입니까?

Blue Canoe Pronunciation Dictionary은(는) https://bluecanoelearning.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn how to say any English word and be instantly understood, using the award-winning Color Vowel®️ System."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Blue Canoe Pronunciation Dictionary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Blue Canoe Pronunciation Dictionary Blue Canoe Pronunciation Dictionary
ID pjnkabicgidoflkilpobciceedcamkpo
공식 URL https://chromewebstore.google.com/detail/blue-canoe-pronunciation/pjnkabicgidoflkilpobciceedcamkpo
설명 Learn how to say any English word and be instantly understood, using the award-winning Color Vowel®️ System.
파일 크기 969 KB
설치 횟수 2,269
현재 버전 1.2.0
최근 업데이트 2020-12-23
출시 날짜 2020-08-27
평점 5.00/5 총 19 개의 평점
개발자 https://bluecanoelearning.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.bluecanoelearning.com
개인정보 보호 정책 페이지 URL https://bluecanoelearning.com/privacy-policy
지원되는 언어 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\/"
    ]
}