Learn 2 Spell
Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.
Was ist Learn 2 Spell?
Learn 2 Spell ist eine Chrome-Erweiterung, die von rolandnsharp entwickelt wurde, und ihr Hauptmerkmal ist "Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.".
Erweiterungsscreenshots
Learn 2 Spell-Erweiterungs-CRX-Datei herunterladen
Laden Sie Learn 2 Spell-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bajhagkohgdkapnbflodncdgmpfhkolc |
| Offizielle URL | https://chromewebstore.google.com/detail/learn-2-spell/bajhagkohgdkapnbflodncdgmpfhkolc |
| Beschreibung | Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu. |
| Dateigröße | 113 KB |
| Installationsanzahl | 284 |
| Aktuelle Version | 4.2 |
| Letztes Update | 2014-01-06 |
| Veröffentlichungsdatum | 2014-01-05 |
| Bewertung | 3.75/5 Insgesamt 4 Bewertungen |
| Entwickler | rolandnsharp |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |