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ファイルをダウンロード

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                    

拡張機能の基本情報

名前 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
Eメール [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
}