Dark Hacker News

Dark Mode For Hacker News

什麼是Dark Hacker News?

Dark Hacker News是由Matthew Wilkinson開發的Chrome擴展程式,該擴展的主要功能是“Dark Mode For Hacker News”。

擴展截圖

screenshot
screenshot
screenshot

下載Dark Hacker News擴展crx文件

下載Dark Hacker News擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A basic dark theme for Hacker News. If you have any desires you can put an issues at the repo. 

https://github.com/AirsickLowlander/DarkHacker

Any improvements are also welcome.

Let me know what you think :)                    

擴展基本資訊

名稱 Dark Hacker News Dark Hacker News
ID ibhckhmgbfnlagdgpheomkaegpnimnhj
官方網址 https://chromewebstore.google.com/detail/dark-hacker-news/ibhckhmgbfnlagdgpheomkaegpnimnhj
簡介 Dark Mode For Hacker News
檔案大小 7.83 KB
安裝次數 401
目前版本 0.1.3
更新時間 2022-10-01
上架時間 2019-01-20
評分 5.00/5 共 1 次評分
開發者 Matthew Wilkinson
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ScFix/DarkHacker
說明頁面URL https://github.com/ScFix/DarkHacker/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Hacker News",
    "version": "0.1.3",
    "description": "Dark Mode For Hacker News",
    "permissions": [
        "https:\/\/news.ycombinator.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/Dh16.png",
            "32": "images\/Dh32.png",
            "48": "images\/Dh48.png",
            "128": "images\/Dh128.png"
        }
    },
    "icons": {
        "16": "images\/Dh16.png",
        "32": "images\/Dh32.png",
        "48": "images\/Dh48.png",
        "128": "images\/Dh128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                "DarkHacker.css"
            ]
        }
    ],
    "manifest_version": 3
}