Votab

Learn a new vocab word each time you open a tab!

What is Votab?

Votab is a Chrome extension developed by votabextension, and its main feature is "Learn a new vocab word each time you open a tab!".

Extension Screenshots

screenshot
screenshot

Download Votab Extension CRX File

Download Votab 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

                        Votab is a simple extension to help you learn vocabulary words every time you open a new tab. 

This extension is designed for language learners who want to learn a little something while surfing the web. Each time a new tab is opened, a random word is shown along with its English definition and romanized pronunciation.

Supported Languages:
Votab currently supports Korean language learning with 6000 most commonly used Korean words chosen by the National Institute of Korean Language.                    

Extension Basic Information

Name Votab Votab
ID ogpiingiidomkjillknipodncobkjnbe
Official URL https://chromewebstore.google.com/detail/votab/ogpiingiidomkjillknipodncobkjnbe
Description Learn a new vocab word each time you open a tab!
File Size 168 KB
Installation Count 41
Current Version 0.0.0.4
Last Updated 2019-09-07
Publish Date 2019-09-06
Rating 3.50/5 Total 2 Ratings
Developer votabextension
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Votab",
    "author": "Selina Wang",
    "version": "0.0.0.4",
    "description": "Learn a new vocab word each time you open a tab!",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "votab.html"
    },
    "icons": {
        "16": "Votab16.png",
        "48": "Votab48.png",
        "128": "Votab128.png"
    },
    "short_name": "votab"
}