Hello Vocabulary
Should I memorize this vocabulary
Hello Vocabularyคืออะไร?
Hello Vocabulary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย coherence0815 และคุณลักษณะหลักของมันคือ "Should I memorize this vocabulary"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hello Vocabulary
ดาวน์โหลดไฟล์ส่วนขยาย Hello Vocabulary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When I visited a website, there were some vocabularies that I didn't know what they mean. I looked up the dictionary to see their meanings. At that moment, there was one thing coming into my mind. How can I know if I should memorize those vocabularies or not? If those vocabularies are popular in the TOEFL, IELTS, etc., I should definitely memorize them. As the result, I built this tool to see if I should memorize those vocabularies or not.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hello Vocabulary |
ID | klgmnlnhghflkhmckiajnkllfjkgkiji |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji |
คำอธิบาย | Should I memorize this vocabulary |
ขนาดไฟล์ | 58.93 KB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-11-20 |
วันที่เผยแพร่ | 2016-11-20 |
ผู้พัฒนา | coherence0815 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/HemingwayLee/HelloVocabulary |
URL หน้าช่วยเหลือ | https://github.com/HemingwayLee/HelloVocabulary |
ภาษาที่รองรับ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hello Vocabulary", "description": "Should I memorize this vocabulary", "version": "1.2", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "activeTab" ] } |