Smarter Duo

This extension makes Duolingo's choice of practice more intelligent

Hvad er Smarter Duo?

Smarter Duo er en Chrome-udvidelse udviklet af Ippo, og dens hovedfunktion er "This extension makes Duolingo's choice of practice more intelligent".

Download Smarter Duo-udvidelses-CRX-fil

Download Smarter Duo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Smarter Duo Smarter Duo
ID haomnjjgbbhdekldmabddhnciffplcbn
Officiel URL https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn
Beskrivelse This extension makes Duolingo's choice of practice more intelligent
Filstørrelse 18.79 KB
Antal Installationer 149
Nuværende Version 0.1
Senest Opdateret 2017-06-10
Udgivelsesdato 2017-06-10
Bedømmelse 4.60/5 Samlet 5 Bedømmelser
Udvikler Ippo
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
    }
}