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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}