Learn 2 Spell

Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.

Qu'est-ce que Learn 2 Spell ?

Learn 2 Spell est une extension Chrome développée par rolandnsharp, et sa fonction principale est "Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Learn 2 Spell

Téléchargez les fichiers d'extension Learn 2 Spell au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Learn 2 Spell Learn 2 Spell
ID bajhagkohgdkapnbflodncdgmpfhkolc
URL Officiel 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.
Taille du Fichier 113 KB
Nombre d'Installations 284
Version Actuelle 4.2
Dernière Mise à Jour 2014-01-06
Date de Publication 2014-01-05
Évaluation 3.75/5 Total 4 Évaluations
Développeur rolandnsharp
Type de Paiement free
Langues Prises en Charge 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"
    ]
}