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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Learn 2 Spell 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}