Learn 2 Spell
Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.
Learn 2 Spellคืออะไร?
Learn 2 Spell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rolandnsharp และคุณลักษณะหลักของมันคือ "Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Learn 2 Spell
ดาวน์โหลดไฟล์ส่วนขยาย Learn 2 Spell ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Learn spelling and vocabulary with touch-typing drills.
Save words you come across on internet that you would like to learn, by highlighting and using the right-click menu. Then go into the 'Drill Spelling Words' section and commit them to memory.
Definitions are automatically pulled from Wiktionary to help build your vocabulary. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bajhagkohgdkapnbflodncdgmpfhkolc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/learn-2-spell/bajhagkohgdkapnbflodncdgmpfhkolc |
| คำอธิบาย | Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu. |
| ขนาดไฟล์ | 113 KB |
| จำนวนการติดตั้ง | 284 |
| เวอร์ชันปัจจุบัน | 4.2 |
| อัปเดตครั้งล่าสุด | 2014-01-06 |
| วันที่เผยแพร่ | 2014-01-05 |
| คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | rolandnsharp |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Learn 2 Spell",
"description": "Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.",
"version": "4.2",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/en.wiktionary.org; object-src 'self'",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "2.png"
},
"icons": {
"128": "icon.png",
"16": "2.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/en.wiktionary.org\/",
"http:\/\/en.wiktionary.org\/",
"background",
"tabs",
"contextMenus",
"storage",
"unlimitedStorage",
"notifications"
]
} | |