Duolingo Strengthen Skills Pro
Select which Duolingo Skills you want to strengthen
Qu'est-ce que Duolingo Strengthen Skills Pro ?
Duolingo Strengthen Skills Pro est une extension Chrome développée par Emil Bruckner, et sa fonction principale est "Select which Duolingo Skills you want to strengthen".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Duolingo Strengthen Skills Pro
Téléchargez les fichiers d'extension Duolingo Strengthen Skills Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Duolingo Strengthen Skills Pro helps you to get all your skills to gold! Instead of using the old strengthen skills button, you can now use the Pro Version. It lets you choose what you want to strengthen. By for example only exercising your weakest strengths you can get to fluency much faster. Note: This may not work for everyone, please contact if it doesn't! Disclaimer: This is not made by Duolingo.
Informations de Base sur l'Extension
Nom | Duolingo Strengthen Skills Pro |
ID | ggooojmooaenngobdaacnpmonmdgfakl |
URL Officiel | https://chromewebstore.google.com/detail/duolingo-strengthen-skill/ggooojmooaenngobdaacnpmonmdgfakl |
Description | Select which Duolingo Skills you want to strengthen |
Taille du Fichier | 42.44 KB |
Nombre d'Installations | 381 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2017-06-03 |
Date de Publication | 2017-06-03 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | Emil Bruckner |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://hyperurl.co/extension |
URL de la Page d'Aide | http://hyperurl.co/extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duolingo Strengthen Skills Pro", "version": "0.1.1", "author": "Emil Bruckner", "description": "Select which Duolingo Skills you want to strengthen", "homepage_url": "http:\/\/hyperurl.co\/duo?IQid=chrome.0-1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.duolingo.com\/*", "http:\/\/www.duolingo.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ "script.js" ], "background": { "scripts": [ "background.js" ] } } |