Your Vocabulary
Maintain your vocabulary, add the words you already know
Your Vocabularyคืออะไร?
Your Vocabulary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย antvallap และคุณลักษณะหลักของมันคือ "Maintain your vocabulary, add the words you already know"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Your Vocabulary
ดาวน์โหลดไฟล์ส่วนขยาย Your Vocabulary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is just a very beginning of the attempt to maintain your vocabulary in your browser. Please feel free to share your thoughts, what you think would be nice to add or even better contribute to the project or create a fork if you have your own idea how to implement that tool. It’s under MIT and it might be a good boilerplate for that. Here is the link: https://github.com/AntonLapshin/yourvocab There are a lot of interesting and challenging things to be done: - integration with a translation tool (Google Translate, context.reverso.net) - properly calculate the total number of words you know - detect different forms of a word - and many many more I would like to continue working on it. I was inspired by the idea to maintain your vocabulary and learn new words in the browser since we spend/waste so much time out there. Then why don’t use this time to learn new words. Isn’t that great, you open an article, activate your extension and see the words you don’t know (they are highlighted). By this you can quickly get an idea how much of the information you will understand. You also could add these words to the list to remember and these words will appear time to time in your browser when you surf with a translation or other useful information that you can eventually remember them. For now it’s just showing the words that you have not added yet to your personal database. By clicking at any highlighted word it will be added to the database and will not be highlighted anymore on any other page in the Internet. Thanks!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | idjfeaichcojpgcpafajdblepdgjmjbn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/your-vocabulary/idjfeaichcojpgcpafajdblepdgjmjbn |
คำอธิบาย | Maintain your vocabulary, add the words you already know |
ขนาดไฟล์ | 23.97 KB |
จำนวนการติดตั้ง | 117 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-08-31 |
วันที่เผยแพร่ | 2018-08-31 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | antvallap |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/AntonLapshin/yourvocab |
URL หน้าช่วยเหลือ | https://github.com/AntonLapshin/yourvocab |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Your Vocabulary", "short_name": "Your Vocabulary", "description": "Maintain your vocabulary, add the words you already know", "version": "1.0", "permissions": [ "activeTab", "declarativeContent", "*:\/\/*\/*", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "32": "icon_64.png", "64": "icon_64.png" }, "page_action": { "default_icon": "icon_64.png", "default_title": "Your Vocabulary" }, "manifest_version": 2 } |