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…"입니다.

확장 프로그램 스크린샷

screenshot

Giving Duo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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                    

확장 프로그램 기본 정보

이름 Giving Duo Giving Duo
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
}