Smarter Duo
This extension makes Duolingo's choice of practice more intelligent
Wat is Smarter Duo?
Smarter Duo is een Chrome-extensie ontwikkeld door Ippo, en de belangrijkste functie is "This extension makes Duolingo's choice of practice more intelligent".
Download het CRX-bestand van de extensie Smarter Duo
Download Smarter Duo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | haomnjjgbbhdekldmabddhnciffplcbn |
Officiële URL | https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn |
Beschrijving | This extension makes Duolingo's choice of practice more intelligent |
Bestandsgrootte | 18.79 KB |
Aantal Installaties | 149 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-06-10 |
Publicatiedatum | 2017-06-10 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Ippo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |