Votab

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

Was ist Votab?

Votab ist eine Chrome-Erweiterung, die von votabextension entwickelt wurde, und ihr Hauptmerkmal ist "Learn a new vocab word each time you open a tab!".

Erweiterungsscreenshots

screenshot
screenshot

Votab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Votab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Votab Votab
ID ogpiingiidomkjillknipodncobkjnbe
Offizielle URL https://chromewebstore.google.com/detail/votab/ogpiingiidomkjillknipodncobkjnbe
Beschreibung Learn a new vocab word each time you open a tab!
Dateigröße 168 KB
Installationsanzahl 41
Aktuelle Version 0.0.0.4
Letztes Update 2019-09-07
Veröffentlichungsdatum 2019-09-06
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler votabextension
Zahlungsart free
Unterstützte Sprachen 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"
}