iTeach.world

iTeach.world

Τι είναι το iTeach.world;

Το iTeach.world είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://iteach.world, και η κύρια λειτουργία του είναι "iTeach.world".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης iTeach.world

Λήψη αρχείων επέκτασης iTeach.world σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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