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
Eメール [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"
            ]
        }
    ]
}