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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Learn 2 Spell एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}