Dictionary Keep and Memorize

Keep your translated words from Google translate

What is Dictionary Keep and Memorize?

Dictionary Keep and Memorize is a Chrome extension developed by Armen Stepanyan, and its main feature is "Keep your translated words from Google translate".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dictionary Keep and Memorize Extension CRX File

Download Dictionary Keep and Memorize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Keep your translated words from Google translate. Provides different quizzes that help you to memorize words.                    

Extension Basic Information

Name Dictionary Keep and Memorize Dictionary Keep and Memorize
ID ablojdmhfnlipnnebmeklecobhniaofp
Official URL https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp
Description Keep your translated words from Google translate
File Size 289 KB
Installation Count 21
Current Version 1.2
Last Updated 2019-01-11
Publish Date 2019-01-06
Rating 5.00/5 Total 6 Ratings
Developer Armen Stepanyan
Email [email protected]
Payment Type free
Extension Website https://site-blocker.info/product/dictionary-keep-memorize
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery-3.3.1.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/translate.google.*\/*"
            ],
            "js": [
                "jquery-3.3.1.js",
                "content_script.js"
            ]
        }
    ],
    "description": "Keep your translated words from Google translate",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "32.png"
    },
    "manifest_version": 2,
    "name": "Dictionary Keep and Memorize",
    "options_page": "options\/options.html",
    "permissions": [
        "tabs"
    ],
    "version": "1.2"
}