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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save Google Translate history एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}