Vocab 英雄
Learn new Chinese words every time you open new tab.
Vocab 英雄คืออะไร?
Vocab 英雄 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thatrandomer และคุณลักษณะหลักของมันคือ "Learn new Chinese words every time you open new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vocab 英雄
ดาวน์โหลดไฟล์ส่วนขยาย Vocab 英雄 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Learn Chinese every Tab! Every time you open a new tab see a new Chinese word. You can also click to hear and see example sentences (only some words support). You can either enter your own words using search or manually enter the words you would like to learn. We also support importing from Pleco, using pre defined word lists such as HSK, and we even have community generated vocabulary lists. NEW BETA FEATURE: (disabled by default) When browsing reddit every 30 minutes when clicking on a new link, get forced to review one word for 6 seconds. To enable this feature please update your user preferences.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | egbhlijnkoompngemjibfdfpchopglaf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/vocab-%E8%8B%B1%E9%9B%84/egbhlijnkoompngemjibfdfpchopglaf |
คำอธิบาย | Learn new Chinese words every time you open new tab. |
ขนาดไฟล์ | 165 KB |
จำนวนการติดตั้ง | 222 |
เวอร์ชันปัจจุบัน | 0.0.17 |
อัปเดตครั้งล่าสุด | 2019-11-01 |
วันที่เผยแพร่ | 2019-11-01 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | thatrandomer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/farrelke/chinese-vocab |
URL หน้าช่วยเหลือ | https://github.com/farrelke/chinese-vocab/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo8yjA0i8BTZTyw34NeKojNDf0R7S+236ozKGYLoMIRxsbFixpZ8jclO9erEqUAXjaUXm1IM2A56yLffuEfeCrbK9UEdOWA+NnlByM724cu9fNOr7oplQnRQfoO1+jifYHVFaiOLLHfFH\/9l2Lujk+pN+tIwOvu0eWtO1wyxYPu5tGVGJgSemDIAwuPrsS+Wg6gDS+2CR5Jhxzhsvey9B+\/3ttAFto4LAtCDcNikrXG85\/werqSKz2Gx0zd9Dzo\/sjN8j\/6ICG6n80nkIt\/WzVd5ArpSpOvcPIJ90JENNDqRivSlYdLpA+GKMGOt41hUIOlLxVuQs\/fKnEJQlmo6ONwIDAQAB", "name": "Vocab \u82f1\u96c4", "short_name": "Vocab Hero", "description": "Learn new Chinese words every time you open new tab. ", "version": "0.0.17", "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "icons": { "16": "vocabulary-small.png", "48": "vocabulary-medium.png", "128": "vocabulary-big.png" }, "browser_action": { "default_icon": "vocabulary-small.png" }, "permissions": [ "activeTab", "storage", "unlimitedStorage", "webNavigation", "history", "*:\/\/*.jisho.org\/*", "*:\/\/*.reddit.com\/*" ], "chrome_url_overrides": { "newtab": "index.html" } } |