Irregular Verb

Revising irregular verbs each time opening a new Chrome tab.

Co je Irregular Verb?

Irregular Verb je rozšíření Chrome vyvinuté Vuong Nguyen, a jeho hlavní funkcí je „Revising irregular verbs each time opening a new Chrome tab.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Irregular Verb

Stáhněte si soubory rozšíření Irregular Verb ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Irregular Verb Irregular Verb
ID benmbghabiigjlihipebnebecigfinpa
Oficiální URL https://chromewebstore.google.com/detail/irregular-verb/benmbghabiigjlihipebnebecigfinpa
Popis Revising irregular verbs each time opening a new Chrome tab.
Velikost souboru 30.1 KB
Počet instalací 132
Aktuální Verze 0.0.1
Poslední Aktualizace 2021-01-21
Datum Vydání 2021-01-20
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář Vuong Nguyen
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://tudien.net
URL Stránky Nápovědy https://tudien.net
Podporované Jazyky 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"
    }
}