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 |
官方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 } |