Irregular Verb
Revising irregular verbs each time opening a new Chrome tab.
What is Irregular Verb?
Irregular Verb is a Chrome extension developed by Vuong Nguyen, and its main feature is "Revising irregular verbs each time opening a new Chrome tab.".
Extension Screenshots
Download Irregular Verb Extension CRX File
Download Irregular Verb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Irregular Verb |
ID | benmbghabiigjlihipebnebecigfinpa |
Official URL | https://chromewebstore.google.com/detail/irregular-verb/benmbghabiigjlihipebnebecigfinpa |
Description | Revising irregular verbs each time opening a new Chrome tab. |
File Size | 30.1 KB |
Installation Count | 132 |
Current Version | 0.0.1 |
Last Updated | 2021-01-21 |
Publish Date | 2021-01-20 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Vuong Nguyen |
[email protected] | |
Payment Type | free |
Extension Website | https://tudien.net |
Help Page URL | https://tudien.net |
Supported Languages | 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" } } |