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是由clay53開發的Chrome擴展程式,該擴展的主要功能是“NOTE: Lingots seem to be being deprecated on Dulingo so sending takes a ridiculously long time. This plugin will not be developed…”。
擴展截圖
下載Giving Duo擴展crx文件
下載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 |
官方網址 | 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 } |