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によって開発されたChromeの拡張機能で、その主な機能は「Learn spelling and vocabulary with touch-typing drills. Save words you come across on internet using the right-click menu.」です。
拡張機能のスクリーンショット
Learn 2 Spell拡張機能のCRXファイルをダウンロード
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"
    ]
}  |  |