Hacker News

Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.

Hacker News là gì?

Hacker News là một tiện ích mở rộng Chrome được phát triển bởi https://gitconnected.com, và tính năng chính của nó là "Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.".

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

screenshot
screenshot
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

                        - Infinite scroll
- Hacker news in default tab
- Images for stories
- Night mode
- Grid or list view

Get all the latest tech, startup, and coding news instantly. Read HN in night mode... like the web is meant to be viewed. The grid view offers images and icons to more easily scan the news items. 

This is an independent Hacker News clone with no connection to Y Combinator (YC). Hacker News is an essential source for developers, founders, designers, software engineers, and anyone obsessed with startups. Thanks to all our friends from Startup School!

The Chrome Extension is open source, and you are able to build your own as well! Check out the gitconnected GitHub account under the hacker-news-reader repo.

Take the hassle out of reading staying up to date with the news and content that is important to you.                    

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

Tên Hacker News Hacker News
ID hknoigmfpgfdkccnkbfbjfnocoegoefe
URL Chính Thức https://chromewebstore.google.com/detail/hacker-news/hknoigmfpgfdkccnkbfbjfnocoegoefe
Mô tả Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.
Kích Thước Tệp 477 KB
Số Lần Cài Đặt 259
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-04-20
Ngày Phát Hành 2018-10-26
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://gitconnected.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker News",
    "description": "Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.",
    "version": "1.0.4",
    "author": "gitconnected",
    "browser_action": {
        "default_icon": "yc-night.png",
        "default_title": "New Tab"
    },
    "icons": {
        "128": "yc-night.png",
        "48": "yc-night.png",
        "16": "yc-night-small.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}