Smarter Duo

This extension makes Duolingo's choice of practice more intelligent

Co je Smarter Duo?

Smarter Duo je rozšíření Chrome vyvinuté Ippo, a jeho hlavní funkcí je „This extension makes Duolingo's choice of practice more intelligent“.

Stáhnout soubor CRX rozšíření Smarter Duo

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

                                            

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

Název Smarter Duo Smarter Duo
ID haomnjjgbbhdekldmabddhnciffplcbn
Oficiální URL https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn
Popis This extension makes Duolingo's choice of practice more intelligent
Velikost souboru 18.79 KB
Počet instalací 149
Aktuální Verze 0.1
Poslední Aktualizace 2017-06-10
Datum Vydání 2017-06-10
Hodnocení 4.60/5 Celkem 5 Hodnocení
Vývojář Ippo
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smarter Duo",
    "version": "0.1",
    "description": "This extension makes Duolingo's choice of practice more intelligent",
    "author": "Ippo",
    "icons": {
        "128": "book.png"
    },
    "browser_action": {
        "default_icon": "book.png",
        "default_popup": "popup.html",
        "default_title": "Start practice"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.duolingo.com\/api\/1\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}