Readable HackerNews

Stylish Hacker News.

Readable HackerNews là gì?

Readable HackerNews 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 Readable HackerNews

Tải xuống các tệp mở rộng Readable HackerNews 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

                        Announcement: This will be the last update (supporting https), please refer to my HN+ if you want to keep getting updates: 

https://chrome.google.com/webstore/detail/hacker-news-%20/oieefcckcbbgniifdhhialgkmghahjgl

I've been a long time HackerNews reader. But over time I've come to dislike the way it looks. So with this extension, I am focusing on creating a more "readable hacker news" by experimenting with typefaces, colors and styles.

v2.3.5:

  - Support HN on https://

v2.3.4:

  -  Style fixes for header
  -  New font for titles                    

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

Tên Readable HackerNews Readable HackerNews
ID jnnojalnifmaekkfknejbppafnaiepjl
URL Chính Thức https://chromewebstore.google.com/detail/readable-hackernews/jnnojalnifmaekkfknejbppafnaiepjl
Mô tả Stylish Hacker News.
Kích Thước Tệp 39.07 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 2.3.5
Cập Nhật Lần Cuối 2013-05-21
Ngày Phát Hành 2013-05-21
Đánh Giá 4.26/5 Tổng số 27 Đá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/
URL Trang Trợ Giúp http://jarqu.es/dev/hn/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/hn.js"
            ],
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.net\/*",
                "http:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.com\/*"
            ]
        }
    ],
    "description": "Stylish Hacker News.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "name": "Readable HackerNews",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.5",
    "manifest_version": 2
}