Irregular Verb

Revising irregular verbs each time opening a new Chrome tab.

Co to jest Irregular Verb?

Irregular Verb to rozszerzenie Chrome opracowane przez Vuong Nguyen, a jego główną funkcją jest „Revising irregular verbs each time opening a new Chrome tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Irregular Verb

Pobierz pliki rozszerzeń Irregular Verb w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Irregular Verb Irregular Verb
ID benmbghabiigjlihipebnebecigfinpa
Oficjalny URL https://chromewebstore.google.com/detail/irregular-verb/benmbghabiigjlihipebnebecigfinpa
Opis Revising irregular verbs each time opening a new Chrome tab.
Rozmiar pliku 30.1 KB
Liczba instalacji 132
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-01-21
Data Publikacji 2021-01-20
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Vuong Nguyen
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tudien.net
Adres URL Strony Pomocy https://tudien.net
Obsługiwane Języki 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"
    }
}