Everyday German phrases

Learn German phrases on every new tab

Everyday German phrases란 무엇입니까?

Everyday German phrases은(는) Alex Marshall에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn German phrases on every new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Everyday German phrases 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Learn useful day-to-day German words and phrases every time you open a new tab. See how to pronounce the German phrase, an English translation and an example sentence





Made this for my buddy Emma :)                    

확장 프로그램 기본 정보

이름 Everyday German phrases Everyday German phrases
ID kpflophilkomlkgphhlgpnmhhpmiagfo
공식 URL https://chromewebstore.google.com/detail/everyday-german-phrases/kpflophilkomlkgphhlgpnmhhpmiagfo
설명 Learn German phrases on every new tab
파일 크기 47.56 KB
설치 횟수 313
현재 버전 0.02
최근 업데이트 2019-03-07
출시 날짜 2019-03-07
평점 4.75/5 총 4 개의 평점
개발자 Alex Marshall
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/Marsh931
도움말 페이지 URL https://twitter.com/Marsh931
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Everyday German phrases",
    "description": "Learn German phrases on every new tab",
    "version": "0.02",
    "manifest_version": 2,
    "icons": {
        "128": "logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "vocab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "javascript.js"
            ],
            "run_at": "document_end"
        }
    ]
}