Dictionary Keep and Memorize

Keep your translated words from Google translate

Wat is Dictionary Keep and Memorize?

Dictionary Keep and Memorize is een Chrome-extensie ontwikkeld door Armen Stepanyan, en de belangrijkste functie is "Keep your translated words from Google translate".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dictionary Keep and Memorize

Download Dictionary Keep and Memorize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Dictionary Keep and Memorize Dictionary Keep and Memorize
ID ablojdmhfnlipnnebmeklecobhniaofp
Officiële URL https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp
Beschrijving Keep your translated words from Google translate
Bestandsgrootte 289 KB
Aantal Installaties 21
Huidige Versie 1.2
Laatst Bijgewerkt 2019-01-11
Publicatiedatum 2019-01-06
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Armen Stepanyan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://site-blocker.info/product/dictionary-keep-memorize
Ondersteunde Talen 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"
}