Language Word Tracker

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

What is Language Word Tracker?

Language Word Tracker is a Chrome extension developed by info.android.dev.team, and its main feature is "Learn New Language Easily. Keep Track On Words You Know.".

Extension Screenshots

screenshot

Download Language Word Tracker Extension CRX File

Download Language Word Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Language Word Tracker Language Word Tracker
ID ldakcenpljbepmohgjfpfbmfjjgbilnk
Official URL https://chrome.google.com/webstore/detail/language-word-tracker/ldakcenpljbepmohgjfpfbmfjjgbilnk
Description Learn New Language Easily. Keep Track On Words You Know.
File Size 127 KB
Installation Count 326
Current Version 1.0.1.3
Last Updated 2014-09-13
Publish Date 2014-09-13
Rating 4.07/5 Total 15 Ratings
Developer info.android.dev.team
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}