Giving Duo
NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…
Apa itu Giving Duo?
Giving Duo adalah ekstensi Chrome yang dikembangkan oleh clay53, dan fitur utamanya adalah "NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Giving Duo
Unduh file ekstensi Giving Duo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | lacfjcephcjbihliackggaifbkbiimfl |
URL Resmi | https://chrome.google.com/webstore/detail/giving-duo/lacfjcephcjbihliackggaifbkbiimfl |
Deskripsi | NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed… |
Ukuran File | 11.95 KB |
Jumlah Instalasi | 204 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2021-01-26 |
Tanggal Publikasi | 2020-08-12 |
Penilaian | 2.86/5 Total 7 Penilaian |
Pengembang | clay53 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/clay53/GivingDuo |
URL Halaman Bantuan | https://github.com/clay53/GivingDuo |
Bahasa yang Didukung | 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 } |