Irregular Verb

Revising irregular verbs each time opening a new Chrome tab.

什么是Irregular Verb?

Irregular Verb是由Vuong Nguyen开发的Chrome扩展程序,该扩展的主要功能是“Revising irregular verbs each time opening a new Chrome tab.”。

扩展截图

screenshot

下载Irregular Verb扩展crx文件

下载Irregular Verb扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Irregular Verb Irregular Verb
ID benmbghabiigjlihipebnebecigfinpa
官方URL https://chromewebstore.google.com/detail/irregular-verb/benmbghabiigjlihipebnebecigfinpa
简介 Revising irregular verbs each time opening a new Chrome tab.
文件大小 30.1 KB
安装次数 132
当前版本 0.0.1
更新时间 2021-01-21
上架时间 2021-01-20
评分 5.00/5 共7次评分
开发者 Vuong Nguyen
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tudien.net
帮助页面URL https://tudien.net
支持的语言 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"
    }
}