Language Word Tracker

Learn New Language Easily. Keep Track On Words You Know.

Cos'è Language Word Tracker?

Language Word Tracker è un'estensione di Chrome sviluppata da info.android.dev.team, e la sua funzione principale è "Learn New Language Easily. Keep Track On Words You Know.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Language Word Tracker

Scarica i file di estensione Language Word Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Learn New Language Easily!

* Instant notification how many words you already know on each page you visit.

* Highlight page words you don't know yet, mark words as 'known word' easily by long press on the word. One more press will undo your selection.

* Backup your words in one click. You can always restore your words in case of data loose.

* Fast switch between languages. Now you can learn more than one language and maintain separate words for each language.                    

Informazioni di Base sull'Estensione

Nome Language Word Tracker Language Word Tracker
ID ldakcenpljbepmohgjfpfbmfjjgbilnk
URL Ufficiale https://chrome.google.com/webstore/detail/language-word-tracker/ldakcenpljbepmohgjfpfbmfjjgbilnk
Descrizione Learn New Language Easily. Keep Track On Words You Know.
Dimensione del File 127 KB
Conteggio Installazioni 326
Versione Corrente 1.0.1.3
Ultimo Aggiornamento 2014-09-13
Data di Pubblicazione 2014-09-13
Valutazione 4.07/5 Totale 15 Valutazioni
Sviluppatore info.android.dev.team
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Language Word Tracker",
    "description": "Learn New Language Easily. Keep Track On Words You Know.",
    "version": "1.0.1.3",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Language Word Tracker",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "downloads"
    ],
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "storage.js",
                "stringHelper.js",
                "elementHelper.js",
                "pageAnalyser.js"
            ]
        }
    ]
}