VoiceTube Dictionary

Improve your English reading skills with our clickable definition feature ! Exclusive video example helps your learn and memorize!

VoiceTube Dictionaryคืออะไร?

VoiceTube Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tw.voicetube.com และคุณลักษณะหลักของมันคือ "Improve your English reading skills with our clickable definition feature ! Exclusive video example helps your learn and memorize!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VoiceTube Dictionary

ดาวน์โหลดไฟล์ส่วนขยาย VoiceTube Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        「VoiceTube Dictionary 」is an English-Chinese dictionary with pronunciation assistance and word form explanations. With VoiceTube’s exclusive “video example sentence” feature, you can learn the comprehensive usage of each word the fastest and easiest way!

【 Features 】
► Clickable Definition and Vocabulary Practice
   - Select the words and phrases for definition. Master vocabulary with American and British accent audio playback along with comprehensive definitions of each word.
► Video Example Sentences to Help Master Vocabulary Faster
   - Various video categories with Chinese and English subtitles to help you understand language usage.   
► Save Words to Your List
   - All your searched vocabulary will be saved on the VoiceTube Dictionary App or VoiceTube website/App.
► Cross Device Synchronization
   - Install the VoiceTube Dictionary Chrome Extension and sync up all the searched vocabulary.

【User Guide】
★ Search for Definition 
- Press alt/command key + double right-click or select word
- Select the word and right-click mouse, find “VoiceTube Dictionary Search Bar”
- Click on shortcut icon and enter vocabulary for quick search
★ Hitting the play button on dictionary window will take you to VoiceTube for more video examples and language usage 

【 About VoiceTube 】
▪ Website ▪ https://www.voicetube.com
▪ Blog ▪ https://www.blog.voicetube.com/
▪ Pronunciation Challenge ▪ https://www.voicetube.com/challenges/pronunciation
▪ Facebook ▪ https://www.facebook.com/voicetube
▪ Instagram ▪(@voicetube_international)https://www.instagram.com/voicetube_international
▪ Contact ▪ [email protected]

Add VoiceTube Dictionary to Chrome for free right now!
We treasure all the suggestions and comments from our users. Feel free to give us any feedback and if you like our service, make sure to give us a compliment!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VoiceTube Dictionary VoiceTube Dictionary
ID jknhnffcaenjjlneglfcihapfklmefob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/voicetube-dictionary/jknhnffcaenjjlneglfcihapfklmefob
คำอธิบาย Improve your English reading skills with our clickable definition feature ! Exclusive video example helps your learn and memorize!
ขนาดไฟล์ 1.08 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.1.2
อัปเดตครั้งล่าสุด 2021-10-06
วันที่เผยแพร่ 2020-01-07
คะแนน 3.94/5 รวมทั้งหมด 103 คะแนน
ผู้พัฒนา https://tw.voicetube.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.voicetube.com
URL หน้าช่วยเหลือ https://help.voicetube.com/hc/en-001/categories/360002245732
ภาษาที่รองรับ en,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "contextMenus",
        "https:\/\/*.voicetube.com\/"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-script.css"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.voicetube.com\/*",
                "*:\/\/docs.google.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": "icons\/32.png"
    },
    "options_page": "preference.html",
    "omnibox": {
        "keyword": "vt"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+V",
                "mac": "Alt+V",
                "chromeos": "Alt+V",
                "linux": "Alt+V"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "version": "3.1.2"
}