Learn 2 Spell
Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.
Vad är Learn 2 Spell?
Learn 2 Spell är en Chrome-tillägg utvecklad av rolandnsharp, och dess huvudfunktion är "Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.".
Tilläggsskärmbilder
Ladda ner Learn 2 Spell-förlängningens CRX-fil
Ladda ner Learn 2 Spell-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | bajhagkohgdkapnbflodncdgmpfhkolc | 
| Officiell webbadress | https://chromewebstore.google.com/detail/learn-2-spell/bajhagkohgdkapnbflodncdgmpfhkolc | 
| Beskrivning | Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu. | 
| Filstorlek | 113 KB | 
| Antal Installationer | 284 | 
| Aktuell Version | 4.2 | 
| Senast Uppdaterad | 2014-01-06 | 
| Publiceringsdatum | 2014-01-05 | 
| Betyg | 3.75/5 Totalt 4 Betyg | 
| Utvecklare | rolandnsharp | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    ]
}  |  |