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ファイルをダウンロード

Blue Canoe Pronunciation Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/"
    ]
}