Learn 2 Spell
Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.
What is Learn 2 Spell?
Learn 2 Spell is a Chrome extension developed by rolandnsharp, and its main feature is "Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.".
Extension Screenshots
Download Learn 2 Spell Extension CRX File
Download Learn 2 Spell extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Learn 2 Spell |
ID | bajhagkohgdkapnbflodncdgmpfhkolc |
Official URL | https://chromewebstore.google.com/detail/learn-2-spell/bajhagkohgdkapnbflodncdgmpfhkolc |
Description | Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu. |
File Size | 113 KB |
Installation Count | 284 |
Current Version | 4.2 |
Last Updated | 2014-01-06 |
Publish Date | 2014-01-05 |
Rating | 3.75/5 Total 4 Ratings |
Developer | rolandnsharp |
Payment Type | free |
Supported Languages | 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" ] } |