Dictionary Keep and Memorize

Keep your translated words from Google translate

Cos'è Dictionary Keep and Memorize?

Dictionary Keep and Memorize è un'estensione di Chrome sviluppata da Armen Stepanyan, e la sua funzione principale è "Keep your translated words from Google translate".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dictionary Keep and Memorize

Scarica i file di estensione Dictionary Keep and Memorize in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Dictionary Keep and Memorize Dictionary Keep and Memorize
ID ablojdmhfnlipnnebmeklecobhniaofp
URL Ufficiale https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp
Descrizione Keep your translated words from Google translate
Dimensione del File 289 KB
Conteggio Installazioni 21
Versione Corrente 1.2
Ultimo Aggiornamento 2019-01-11
Data di Pubblicazione 2019-01-06
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Armen Stepanyan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://site-blocker.info/product/dictionary-keep-memorize
Lingue Supportate 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"
}