Dictionary Keep and Memorize

Keep your translated words from Google translate

Was ist Dictionary Keep and Memorize?

Dictionary Keep and Memorize ist eine Chrome-Erweiterung, die von Armen Stepanyan entwickelt wurde, und ihr Hauptmerkmal ist "Keep your translated words from Google translate".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Dictionary Keep and Memorize-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dictionary Keep and Memorize-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Dictionary Keep and Memorize Dictionary Keep and Memorize
ID ablojdmhfnlipnnebmeklecobhniaofp
Offizielle URL https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp
Beschreibung Keep your translated words from Google translate
Dateigröße 289 KB
Installationsanzahl 21
Aktuelle Version 1.2
Letztes Update 2019-01-11
Veröffentlichungsdatum 2019-01-06
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Armen Stepanyan
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://site-blocker.info/product/dictionary-keep-memorize
Unterstützte Sprachen 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"
}