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?

Hacker News是由https://gitconnected.com开发的Chrome扩展程序,该扩展的主要功能是“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.”。

扩展截图

screenshot
screenshot
screenshot

下载Hacker News扩展crx文件

下载Hacker News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Hacker News Hacker News
ID hknoigmfpgfdkccnkbfbjfnocoegoefe
官方URL https://chromewebstore.google.com/detail/hacker-news/hknoigmfpgfdkccnkbfbjfnocoegoefe
简介 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.
文件大小 477 KB
安装次数 259
当前版本 1.0.4
更新时间 2022-04-20
上架时间 2018-10-26
评分 5.00/5 共5次评分
开发者 https://gitconnected.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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
    }
}