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
Eメール [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"
    }
}