Hacker News +

Stylish Hacker News.

什麼是Hacker News +?

Hacker News +是由Jarques開發的Chrome擴展程式,該擴展的主要功能是“Stylish Hacker News.”。

擴展截圖

screenshot

下載Hacker News +擴展crx文件

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

擴展使用說明

                        With the recent changes to Google's applications, I thought it'd be nice to get Hacker News to fit in nicely.

Any questions / comments contact me on Twitter: @jarques

Update in v2.0:

* Update to manifest v3
* Dark mode switcher
* Remove hot key support
* Improved commenting layouts                    

擴展基本資訊

名稱 Hacker News + Hacker News +
ID oieefcckcbbgniifdhhialgkmghahjgl
官方網址 https://chromewebstore.google.com/detail/hacker-news-+/oieefcckcbbgniifdhhialgkmghahjgl
簡介 Stylish Hacker News.
檔案大小 456 KB
安裝次數 191
目前版本 2.0
更新時間 2023-05-28
上架時間 2013-08-02
評分 4.38/5 共 26 次評分
開發者 Jarques
電子郵箱 [email protected]
付費類型 free
擴展官網 http://jarqu.es/dev/HN+/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hacker News +",
    "version": "2.0",
    "description": "Stylish Hacker News.",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "js\/hn.js"
            ],
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/*.ttf"
            ],
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}