Vocapp Beta
Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.
Vocapp Betaคืออะไร?
Vocapp Beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://getvocapp.com และคุณลักษณะหลักของมันคือ "Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vocapp Beta
ดาวน์โหลดไฟล์ส่วนขยาย Vocapp Beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list. We are currently in beta mode. Please give us a try and help us improve Vocapp!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oebpkilfefgadcbdagiojiholghfemoj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/vocapp-beta/oebpkilfefgadcbdagiojiholghfemoj |
คำอธิบาย | Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list. |
ขนาดไฟล์ | 412 KB |
จำนวนการติดตั้ง | 176 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2014-08-17 |
วันที่เผยแพร่ | 2014-08-17 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | http://getvocapp.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vocapp Beta", "description": "Vocapp helps you look up words with one click and automatically adds new words to your vocabulary list.", "version": "1.5", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "tabs", "storage", "background" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": "img\/favicon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "fonts\/ProximaNova-Regular.otf", "fonts\/ProximaNova-Bold.otf", "css\/content-script-styles.css", "img\/arrow.png", "img\/brown-arrow.png", "img\/blue-arrow.png", "img\/dictionary-loading.gif", "img\/loading-within.gif", "img\/blue-dictionary-loading.gif", "img\/arrow-bottom.png", "img\/def-icon.png", "img\/V.png", "img\/audio.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content-script-styles.css" ], "js": [ "js\/jquery.js", "js\/jquery-mousewheel-3.1.9\/jquery.mousewheel.js", "js\/content_script.js" ], "all_frames": true } ], "background": { "persistent": false, "page": "background.html" }, "options_page": "options.html" } |