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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rolandnsharp, και η κύρια λειτουργία του είναι "Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Learn 2 Spell
Λήψη αρχείων επέκτασης 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 |
| Επίσημο URL | 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"
]
} | |