iTeach.world

iTeach.world

iTeach.world란 무엇입니까?

iTeach.world은(는) https://iteach.world에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "iTeach.world"입니다.

확장 프로그램 스크린샷

screenshot

iTeach.world 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Create your own web dictionary!

iTeach.world turns every Web session into a chance to learn a language.

One of the main advantages of iTeach.world is that it takes learning a language out of a confined classroom or specific lesson, and [brings it] into daily life.

Compared to learning a new language at specific times and places, iTeach.world integrates the learning process with a user’s daily online activity — email, Facebook, favorite news, economics, sport, or any other website visited — turning it into a language lesson.

Built on natural language processing technology, iTeach.world prompts users to learn new words and saves those to a word collection to be reviewed down the road. They can practice their words with automatically generated flashcards and quizzes.

The basic functionalities are free!

How it works?
Reading is the most effective way to increase your vocabulary. With iTeach.world, you are never stopped by words you don't know again. While you are browsing online, you can double-click on words you don't know. iTeach.world will show you the meanings, sounds, and importance of the words. It's a quick and easy way to build up your vocabulary and make reading fun! 

PS - We don’t store or use any of your personal information!                    

확장 프로그램 기본 정보

이름 iTeach.world iTeach.world
ID ngcbjogdllgeihafchpijklcphejfock
공식 URL https://chromewebstore.google.com/detail/iteachworld/ngcbjogdllgeihafchpijklcphejfock
설명 iTeach.world
파일 크기 21.13 KB
설치 횟수 488
현재 버전 2.1
최근 업데이트 2015-08-11
출시 날짜 2015-08-11
평점 5.00/5 총 8 개의 평점
개발자 https://iteach.world
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://iteach.world
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iTeach.world",
    "version": "2.1",
    "manifest_version": 2,
    "description": "iTeach.world",
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/iteach.world",
    "background": {
        "scripts": [
            "background.js",
            "screenshare-background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "screenshare-content.js"
            ],
            "matches": [
                "https:\/\/*.iteach.world\/*",
                "https:\/\/*.tgabi.dev\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.iteach.world\/*",
            "https:\/\/*.tgabi.dev\/*"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "iTeach.world - installing..."
    }
}