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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Learn 2 Spell

قم بتنزيل ملفات الامتداد Learn 2 Spell بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Learn 2 Spell Learn 2 Spell
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"
    ]
}