Dictionary Keep and Memorize

Keep your translated words from Google translate

Vad är Dictionary Keep and Memorize?

Dictionary Keep and Memorize är en Chrome-tillägg utvecklad av Armen Stepanyan, och dess huvudfunktion är "Keep your translated words from Google translate".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Dictionary Keep and Memorize-förlängningens CRX-fil

Ladda ner Dictionary Keep and Memorize-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Dictionary Keep and Memorize Dictionary Keep and Memorize
ID ablojdmhfnlipnnebmeklecobhniaofp
Officiell webbadress https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp
Beskrivning Keep your translated words from Google translate
Filstorlek 289 KB
Antal Installationer 21
Aktuell Version 1.2
Senast Uppdaterad 2019-01-11
Publiceringsdatum 2019-01-06
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare Armen Stepanyan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://site-blocker.info/product/dictionary-keep-memorize
Stödda Språk 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"
}