Votab

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

Votab là gì?

Votab là một tiện ích mở rộng Chrome được phát triển bởi votabextension, và tính năng chính của nó là "Learn a new vocab word each time you open a tab!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Votab

Tải xuống các tệp mở rộng Votab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Votab Votab
ID ogpiingiidomkjillknipodncobkjnbe
URL Chính Thức https://chromewebstore.google.com/detail/votab/ogpiingiidomkjillknipodncobkjnbe
Mô tả Learn a new vocab word each time you open a tab!
Kích Thước Tệp 168 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2019-09-07
Ngày Phát Hành 2019-09-06
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển votabextension
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}