Hacker News +

Stylish Hacker News.

Hacker News + là gì?

Hacker News + là một tiện ích mở rộng Chrome được phát triển bởi Jarques, và tính năng chính của nó là "Stylish Hacker News.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hacker News +

Tải xuống các tệp mở rộng Hacker News + dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hacker News + Hacker News +
ID oieefcckcbbgniifdhhialgkmghahjgl
URL Chính Thức https://chromewebstore.google.com/detail/hacker-news-+/oieefcckcbbgniifdhhialgkmghahjgl
Mô tả Stylish Hacker News.
Kích Thước Tệp 456 KB
Số Lần Cài Đặt 191
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-05-28
Ngày Phát Hành 2013-08-02
Đánh Giá 4.38/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Jarques
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://jarqu.es/dev/HN+/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}