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是由rolandnsharp開發的Chrome擴展程式,該擴展的主要功能是“Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.”。
擴展截圖
下載Learn 2 Spell擴展crx文件
下載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 |
| 官方網址 | 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"
]
} | |