Giving Duo
NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…
Qu'est-ce que Giving Duo ?
Giving Duo est une extension Chrome développée par clay53, et sa fonction principale est "NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Giving Duo
Téléchargez les fichiers d'extension Giving Duo 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
NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed further developed officially (pull request still open) until a clear decision is made by Duolingo. Browser extension for giving more than one lingot on Duolingo. https://github.com/clay53/GivingDuo
Informations de Base sur l'Extension
Nom | |
ID | lacfjcephcjbihliackggaifbkbiimfl |
URL Officiel | https://chrome.google.com/webstore/detail/giving-duo/lacfjcephcjbihliackggaifbkbiimfl |
Description | NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed… |
Taille du Fichier | 11.95 KB |
Nombre d'Installations | 204 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2021-01-26 |
Date de Publication | 2020-08-12 |
Évaluation | 2.86/5 Total 7 Évaluations |
Développeur | clay53 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/clay53/GivingDuo |
URL de la Page d'Aide | https://github.com/clay53/GivingDuo |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giving Duo", "version": "1.0.2", "permissions": [ "https:\/\/forum.duolingo.com\/comment\/*", "https:\/\/forum-api.duolingo.com\/comments\/*\/love", "tabs", "activeTab", "webRequest" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |