Google Translate History

Google Translation History for Wordbbook or vocabulary notebook.

Google Translate History란 무엇입니까?

Google Translate History은(는) http://leita.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Translation History for Wordbbook or vocabulary notebook."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Google Translate History 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        普段使っているGoogle翻訳拡張を使うだけで、自動で単語帳が作られます。
( https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb) 

こんな方へおすすめ
- Google翻訳拡張を使っている
- 単語帳を作りたい
- weblio単語帳で満足できない

機能
- Google翻訳拡張を普段どおり使うだけで、自動で単語帳が作られます
- お気に入り機能
- 訳を隠す
- 覚えたものはチェックして完了                    

확장 프로그램 기본 정보

이름 Google Translate History Google Translate History
ID fhieafjmhfnikhndapddpcjlokkaoecc
공식 URL https://chrome.google.com/webstore/detail/google-translate-history/fhieafjmhfnikhndapddpcjlokkaoecc
설명 Google Translation History for Wordbbook or vocabulary notebook.
파일 크기 1.13 MB
설치 횟수 125
현재 버전 1.0.0
최근 업데이트 2019-03-31
출시 날짜 2019-03-31
평점 5.00/5 총 1 개의 평점
개발자 http://leita.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://itunes.apple.com/jp/app/leita-%E8%87%AA%E5%8B%95%E5%88%86%E9%A1%9E%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B6/id1449226632
개인정보 보호 정책 페이지 URL https://leita.app/privacy
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Google Translation History for Wordbbook or vocabulary notebook.",
    "version": "1.0.0",
    "name": "Google Translate History",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "translate-34.png"
    },
    "icons": {
        "128": "translate-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}