Language-Mate

Language-Mate

Co je Language-Mate?

Language-Mate je rozšíření Chrome vyvinuté mike neep, a jeho hlavní funkcí je „Language-Mate“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Language-Mate

Stáhněte si soubory rozšíření Language-Mate 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í

                        At LanguageMate we allow you to integrate learning foreign vocabulary into your daily routine: reading! We use a scientifically-backed technique that helps you grow your foreign vocabulary. This method has been shown to be more effective than traditional learning styles.                    

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

Název Language-Mate Language-Mate
ID hlegipgiifmkcgeihkfnaoioemledjbj
Oficiální URL https://chromewebstore.google.com/detail/language-mate/hlegipgiifmkcgeihkfnaoioemledjbj
Popis Language-Mate
Velikost souboru 99.99 KB
Počet instalací 14
Aktuální Verze 1.000.000.003
Poslední Aktualizace 2020-11-10
Datum Vydání 2020-10-20
Vývojář mike neep
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://language-mate.com/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Language-Mate",
    "version": "1.000.000.003",
    "description": "Language-Mate",
    "icons": {
        "128": "images\/Language-Mate.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "Language-Mate",
        "default_icon": "images\/\/Language-Mate-live.png",
        "default_popup": "views\/initial.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "views\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "javascript\/content script.js",
                "javascript\/ApiCalls.js"
            ],
            "css": [
                "css\/lm-embed.css"
            ]
        }
    ],
    "background": {
        "page": "views\/background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "*\/\/*\/views\/options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/ https:\/\/stackpath.bootstrapcdn.com; object-src 'self'"
}