Irregular Verb

Revising irregular verbs each time opening a new Chrome tab.

Irregular Verb là gì?

Irregular Verb là một tiện ích mở rộng Chrome được phát triển bởi Vuong Nguyen, và tính năng chính của nó là "Revising irregular verbs each time opening a new Chrome tab.".

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

screenshot

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

Tải xuống các tệp mở rộng Irregular Verb 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

                        A simple chrome extension helps you master irregular English verbs. Every time opening a new tab, a random irregular verb will be fetched and displayed. Users can check the meaning and listen to the pronunciation of the verb.


The extension will override the tab setting on Chrome. Each time opening a new one, it will display a random regular verb.                    

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

Tên Irregular Verb Irregular Verb
ID benmbghabiigjlihipebnebecigfinpa
URL Chính Thức https://chromewebstore.google.com/detail/irregular-verb/benmbghabiigjlihipebnebecigfinpa
Mô tả Revising irregular verbs each time opening a new Chrome tab.
Kích Thước Tệp 30.1 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-01-21
Ngày Phát Hành 2021-01-20
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Vuong Nguyen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tudien.net
URL Trang Trợ Giúp https://tudien.net
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Irregular Verb",
    "description": "Revising irregular verbs each time opening a new Chrome tab.",
    "version": "0.0.1",
    "icons": {
        "16": "\/public\/English.png",
        "48": "\/public\/English.png",
        "128": "\/public\/English.png"
    },
    "homepage_url": "https:\/\/tudien.net",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}