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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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 } |