Dark Duolingo

Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.

Dark Duolingoとは何ですか?

Dark DuolingoはCory der Großeによって開発されたChromeの拡張機能で、その主な機能は「Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Dark Duolingo拡張機能のCRXファイルをダウンロード

Dark Duolingo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This add-on will darken the Duolingo website's UI to put less strain on your eyes. This extension affects Duolingo's style only, not its functionality.

To-Do List:
    start styling Research pages                    

拡張機能の基本情報

名前 Dark Duolingo Dark Duolingo
ID oecpphmlhglapklhnfoeffckahfmjhdl
公式URL https://chromewebstore.google.com/detail/dark-duolingo/oecpphmlhglapklhnfoeffckahfmjhdl
説明 Darken Duolingo's UI to play without burning your retinas! This extension affects Duolingo's style only, not its functionality.
ファイルサイズ 35.6 KB
インストール数 366
現在のバージョン 1.15
最終更新日 2023-09-23
公開日 2022-12-18
評価 4.20/5 合計 5 レビュー
開発者 Cory der Große
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://corydergrosse.github.io/
ヘルプページのURL https://corydergrosse.github.io/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Duolingo",
    "short_name": "Dark Duo",
    "description": "Darken Duolingo's UI to play without burning your retinas!  This extension affects Duolingo's style only, not its functionality.",
    "author": "Cory der Gro\u00dfe",
    "homepage_url": "https:\/\/corydergrosse.github.io",
    "version": "1.15",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.duolingo.com\/*"
            ],
            "css": [
                "darkDuolingo.css"
            ]
        }
    ]
}