Conjug8
Generate Spanish verbs conjugation tests
Conjug8คืออะไร?
Conjug8 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย L Learning และคุณลักษณะหลักของมันคือ "Generate Spanish verbs conjugation tests"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Conjug8
ดาวน์โหลดไฟล์ส่วนขยาย Conjug8 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quickly turn any online content into customized, fill-in-the-blank verb practice! conjug8 offers services for SPANISH LEARNERS AT ANY LEVEL! PERFECT FOR: • Teachers to create assessments and worksheets • Students to generate additional practice in their pursuit of world language learning
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mopabgnapdlpkmopdhbmgdljeoniomco |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/conjug8/mopabgnapdlpkmopdhbmgdljeoniomco |
คำอธิบาย | Generate Spanish verbs conjugation tests |
ขนาดไฟล์ | 611 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2017-05-29 |
วันที่เผยแพร่ | 2017-05-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | L Learning |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Conjug8", "description": "Generate Spanish verbs conjugation tests", "version": "0.6", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "*" ], "browser_action": { "default_icon": "conjug8_48.png" }, "icons": { "16": "conjug8_16.png", "30": "conjug8_30.png", "48": "conjug8_48.png" }, "manifest_version": 2, "author": "Turbatu Dumitru Titus [email protected]" } |