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
官方URL 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"
    ]
}