Giving Duo
NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…
ما هو Giving Duo؟
Giving Duo هو إضافة Chrome تم تطويرها بواسطة clay53، والميزة الرئيسية لها هي "NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Giving Duo
قم بتنزيل ملفات الامتداد Giving Duo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | lacfjcephcjbihliackggaifbkbiimfl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/giving-duo/lacfjcephcjbihliackggaifbkbiimfl |
الوصف | NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed… |
حجم الملف | 11.95 KB |
عدد التثبيتات | 204 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2021-01-26 |
تاريخ النشر | 2020-08-12 |
تقييم | 2.86/5 مجموع تقييمات 7 |
المطور | clay53 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/clay53/GivingDuo |
عنوان صفحة المساعدة | https://github.com/clay53/GivingDuo |
اللغات المدعومة | 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 } |