Save Google Translate history

Save all that's words that you did not remember and tried to translate using google translate. Then you can repeat these words…

Save Google Translate history란 무엇입니까?

Save Google Translate history은(는) https://mywordstock.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save all that's words that you did not remember and tried to translate using google translate. Then you can repeat these words…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Save all that's words that you did not remember and tried to translate using google translate. Then you can repeat these words again and don't let to you  forget it.

Also you have options add predefined word-stock to your account and repeat them.

【How this working?】

 1. Add plugin to chrome
 2. Go to mywordstock.com and sign in (just one click)
 2. Open Google Translate (translate.google.com), write work for translate and then click plugin icon.
 3.  You will see notification below, you word is added to your account. With all data samples, synonyms and etc.
 4. This work is your! You will repeat this word until you remember it exactly!



【Notice】
 If you can't find MyWordStock icon in your browser, please re-enable it here chrome://extensions/ 

 【Bug Report and Suggestions】
We appreciate and receive many user suggestions and requests for improvements. If you have features you would like to see added, or experience a bug for reporting, please send us e-mail at【[email protected]】

Check us out on:

Twitter 
      @mywordstock
Facebook 
      www.facebook.com/mywordstock
Email
      [email protected]                    

확장 프로그램 기본 정보

이름 Save Google Translate history Save Google Translate history
ID nmeinjkidjfnbgfjiomkdmlihnadacgo
공식 URL https://chrome.google.com/webstore/detail/save-google-translate-his/nmeinjkidjfnbgfjiomkdmlihnadacgo
설명 Save all that's words that you did not remember and tried to translate using google translate. Then you can repeat these words…
파일 크기 46.89 KB
설치 횟수 138
현재 버전 1.0.2
최근 업데이트 2018-06-04
출시 날짜 2018-06-04
평점 5.00/5 총 1 개의 평점
개발자 https://mywordstock.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mywordstock.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Google Translate history",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ]
}