HackerNew

The best Hacker News extension, making HN quicker and more useful since 2012.

什么是HackerNew?

HackerNew是由Tom Moor开发的Chrome扩展程序,该扩展的主要功能是“The best Hacker News extension, making HN quicker and more useful since 2012.”。

扩展截图

screenshot
screenshot

下载HackerNew扩展crx文件

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

扩展使用说明

                        Once you install this extension you'll never be able to go back to regular Hacker News, featuring:

- Improved readability design
- Retina screen support
- User following
- Super fast inline replies
- Quick profiles with social network info when hovering over usernames
- Filtering of stories based on terms and phrases / domain or user
- Endless scrolling
- Collapsible comment threads
- Direct link to Google Cache version
- Social sharing for Twitter, Facebook, Google+, Buffer


HackerNew is open source - forks and improvements are welcome:
https://github.com/tommoor/HackerNew                    

扩展基本信息

名称 HackerNew HackerNew
ID lgoghlndihpmbbgmbpjohilcphbfhddd
官方URL https://chromewebstore.google.com/detail/hackernew/lgoghlndihpmbbgmbpjohilcphbfhddd
简介 The best Hacker News extension, making HN quicker and more useful since 2012.
文件大小 209 KB
安装次数 1,213
当前版本 1.3.2
更新时间 2021-04-20
上架时间 2021-04-20
评分 4.32/5 共50次评分
开发者 Tom Moor
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/tommoor/HackerNew
帮助页面URL https://github.com/tommoor/HackerNew
隐私政策页面URL https://github.com/tommoor/HackerNew/blob/master/PRIVACY.md
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HackerNew",
    "version": "1.3.2",
    "description": "The best Hacker News extension, making HN quicker and more useful since 2012.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/karma.png",
        "images\/follow.png",
        "images\/unfollow.png",
        "images\/loading.gif",
        "images\/loading-light.gif",
        "images\/icons.png",
        "images\/icon.png",
        "images\/arrow-up.png",
        "images\/arrow-down.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.org\/*",
                "http:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                "forms.css",
                "hn.css"
            ],
            "js": [
                "js\/libs\/jquery-1.7.1.min.js",
                "js\/libs\/jquery.hoverIntent.js",
                "js\/libs\/jquery.autogrow.js",
                "js\/libs\/twitter.text.js",
                "js\/hn.js"
            ]
        }
    ]
}