英単 英辞郎Pro単語帳復習アプリ(非公式)

英辞郎On the Web Proの単語帳に登録した英単語を選択問題形式で復習できるアプリです。事前に有料の英辞郎On the Web Proの登録が必要です

英単 英辞郎Pro単語帳復習アプリ(非公式)란 무엇입니까?

英単 英辞郎Pro単語帳復習アプリ(非公式)은(는) Hinaser에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "英辞郎On the Web Proの単語帳に登録した英単語を選択問題形式で復習できるアプリです。事前に有料の英辞郎On the Web Proの登録が必要です"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

英単 英辞郎Pro単語帳復習アプリ(非公式) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ※英辞郎On the Web Proの単語帳を選択問題形式で復習できる拡張です。無料です。                    

확장 프로그램 기본 정보

이름 英単 英辞郎Pro単語帳復習アプリ(非公式) 英単 英辞郎Pro単語帳復習アプリ(非公式)
ID jfgeoeolnjklbjaddgjngjachiabjjla
공식 URL https://chromewebstore.google.com/detail/%E8%8B%B1%E5%8D%98-%E8%8B%B1%E8%BE%9E%E9%83%8Epro%E5%8D%98%E8%AA%9E%E5%B8%B3%E5%BE%A9%E7%BF%92%E3%82%A2%E3%83%97%E3%83%AA%E9%9D%9E%E5%85%AC%E5%BC%8F/jfgeoeolnjklbjaddgjngjachiabjjla
설명 英辞郎On the Web Proの単語帳に登録した英単語を選択問題形式で復習できるアプリです。事前に有料の英辞郎On the Web Proの登録が必要です
파일 크기 3.56 MB
설치 횟수 81
현재 버전 0.0.1
최근 업데이트 2021-03-31
출시 날짜 2019-12-10
평점 4.50/5 총 2 개의 평점
개발자 Hinaser
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Hinaser/eitan
도움말 페이지 URL https://github.com/Hinaser/eitan/issues
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "0.0.1",
    "default_locale": "ja",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo128.png",
        "default_title": "\u82f1\u5358 \u82f1\u8f9e\u90cePro\u5358\u8a9e\u5e33\u5fa9\u7fd2\u30a2\u30d7\u30ea(\u975e\u516c\u5f0f)",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background\/index.setup.js",
            "background\/index.js"
        ]
    },
    "author": "Hinaser",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/eowp.alc.co.jp\/*"
            ],
            "js": [
                "content-script\/web-app\/js\/runtime-main.681e02fd.js",
                "content-script\/web-app\/js\/2.ffb514bb.chunk.js",
                "content-script\/web-app\/js\/main.86efbad3.chunk.js",
                "content-script\/gatherWords.js",
                "content-script\/index.lib.js",
                "content-script\/index.js"
            ],
            "css": [
                "content-script\/web-app\/css\/main.d9e21768.chunk.css"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/github.com\/Hinaser\/eitan",
    "incognito": "spanning",
    "minimum_chrome_version": "47",
    "offline_enabled": false,
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/eowp.alc.co.jp\/*"
    ],
    "short_name": "eitan",
    "version_name": "0.0.1",
    "web_accessible_resources": []
}