Hacker News in New Tab

Hacker News in New Tab for quick access to the latest stories.

什么是Hacker News in New Tab?

Hacker News in New Tab是由Mateusz Janusz开发的Chrome扩展程序,该扩展的主要功能是“Hacker News in New Tab for quick access to the latest stories.”。

扩展截图

screenshot
screenshot

下载Hacker News in New Tab扩展crx文件

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

扩展使用说明

                        Stay up-to-date with the latest stories from Y Combinator's Hacker News (news.ycombinator.com). 

This is a small and light extension that will replace your New Tab page with top stories from Hacker News. 

Comes with a night mode!                    

扩展基本信息

名称 Hacker News in New Tab Hacker News in New Tab
ID ecjkcfkjdeacecjplgihpljcjbecfiol
官方URL https://chromewebstore.google.com/detail/hacker-news-in-new-tab/ecjkcfkjdeacecjplgihpljcjbecfiol
简介 Hacker News in New Tab for quick access to the latest stories.
文件大小 41.84 KB
安装次数 69
当前版本 1.1.0
更新时间 2021-08-30
上架时间 2018-09-23
评分 5.00/5 共1次评分
开发者 Mateusz Janusz
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker News in New Tab",
    "version": "1.1.0",
    "description": "Hacker News in New Tab for quick access to the latest stories.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "img\/hn16.png",
        "48": "img\/hn48.png",
        "128": "img\/hn128.png"
    }
}