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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}