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文件

下載Save Google Translate history擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}