Dictionary Keep and Memorize

Keep your translated words from Google translate

Co je Dictionary Keep and Memorize?

Dictionary Keep and Memorize je rozšíření Chrome vyvinuté Armen Stepanyan, a jeho hlavní funkcí je „Keep your translated words from Google translate“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Dictionary Keep and Memorize

Stáhněte si soubory rozšíření Dictionary Keep and Memorize ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Dictionary Keep and Memorize Dictionary Keep and Memorize
ID ablojdmhfnlipnnebmeklecobhniaofp
Oficiální URL https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp
Popis Keep your translated words from Google translate
Velikost souboru 289 KB
Počet instalací 21
Aktuální Verze 1.2
Poslední Aktualizace 2019-01-11
Datum Vydání 2019-01-06
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Armen Stepanyan
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://site-blocker.info/product/dictionary-keep-memorize
Podporované Jazyky 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"
}