Irregular Verb

Revising irregular verbs each time opening a new Chrome tab.

Cos'è Irregular Verb?

Irregular Verb è un'estensione di Chrome sviluppata da Vuong Nguyen, e la sua funzione principale è "Revising irregular verbs each time opening a new Chrome tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Irregular Verb

Scarica i file di estensione Irregular Verb in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Irregular Verb Irregular Verb
ID benmbghabiigjlihipebnebecigfinpa
URL Ufficiale https://chromewebstore.google.com/detail/irregular-verb/benmbghabiigjlihipebnebecigfinpa
Descrizione Revising irregular verbs each time opening a new Chrome tab.
Dimensione del File 30.1 KB
Conteggio Installazioni 132
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-01-21
Data di Pubblicazione 2021-01-20
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Vuong Nguyen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tudien.net
URL della Pagina di Aiuto https://tudien.net
Lingue Supportate 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"
    }
}