Smarter Duo

This extension makes Duolingo's choice of practice more intelligent

Vad är Smarter Duo?

Smarter Duo är en Chrome-tillägg utvecklad av Ippo, och dess huvudfunktion är "This extension makes Duolingo's choice of practice more intelligent".

Ladda ner Smarter Duo-förlängningens CRX-fil

Ladda ner Smarter Duo-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

                                            

Grundläggande Information om Tillägg

Namn Smarter Duo Smarter Duo
ID haomnjjgbbhdekldmabddhnciffplcbn
Officiell webbadress https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn
Beskrivning This extension makes Duolingo's choice of practice more intelligent
Filstorlek 18.79 KB
Antal Installationer 149
Aktuell Version 0.1
Senast Uppdaterad 2017-06-10
Publiceringsdatum 2017-06-10
Betyg 4.60/5 Totalt 5 Betyg
Utvecklare Ippo
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}