Smarter Duo

This extension makes Duolingo's choice of practice more intelligent

Cos'è Smarter Duo?

Smarter Duo è un'estensione di Chrome sviluppata da Ippo, e la sua funzione principale è "This extension makes Duolingo's choice of practice more intelligent".

Scarica il file CRX dell'estensione Smarter Duo

Scarica i file di estensione Smarter Duo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Smarter Duo Smarter Duo
ID haomnjjgbbhdekldmabddhnciffplcbn
URL Ufficiale https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn
Descrizione This extension makes Duolingo's choice of practice more intelligent
Dimensione del File 18.79 KB
Conteggio Installazioni 149
Versione Corrente 0.1
Ultimo Aggiornamento 2017-06-10
Data di Pubblicazione 2017-06-10
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore Ippo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}