Hacker News UX

Hacker News User Experience Enhancement

Hacker News UXとは何ですか?

Hacker News UXはhttps://carina.app/hnuxによって開発されたChromeの拡張機能で、その主な機能は「Hacker News User Experience Enhancement」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Hacker News UX拡張機能のCRXファイルをダウンロード

Hacker News UX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hacker News UX v2, enhances your experience with Hacker News.

Check out the demo video, and screenshots to get a glimpse of the features!


User Preferences (font-size, column, dark/classic switch) is available by hovering your username, or login, link in the bottom-left corner.

1. Auto-Load, and Columns
Browse lists with auto-load, and columns, enhancing surfacing of interesting content.

2. Dynamic Reply
Reply to comments in-place, and without page-refresh.

3. Explore, with Profile Pop-Up, and Columns
Explore content with profile tooltips, and by opening threads, and profiles into columns, and without managing tabs, or losing progress.

4. Secure, and Private

5. History

Hacker News UX v1, was featured on Mashable.
http://mashable.com/2010/12/01/improve-hacker-news-ui/                    

拡張機能の基本情報

名前 Hacker News UX Hacker News UX
ID chngbdmhgakoomomnnhfapkpbalpmhid
公式URL https://chromewebstore.google.com/detail/hacker-news-ux/chngbdmhgakoomomnnhfapkpbalpmhid
説明 Hacker News User Experience Enhancement
ファイルサイズ 87.62 KB
インストール数 764
現在のバージョン 2.0.3
最終更新日 2023-08-25
公開日 2018-04-09
評価 4.08/5 合計 24 レビュー
開発者 https://carina.app/hnux
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.3",
    "name": "Hacker News UX",
    "description": "Hacker News User Experience Enhancement",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/ajax-loader-classic.gif",
                "images\/ajax-loader-dark.gif",
                "images\/ajax-loader-classic-01.gif",
                "images\/ajax-loader-classic-02.gif",
                "images\/votearrow.png",
                "images\/yc.png",
                ".\/dist\/ux.html"
            ],
            "matches": [
                "https:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.net\/*",
                "http:\/\/news.ycombinator.org\/*",
                "http:\/\/news.ycombinator.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/dist\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.net\/*",
                "http:\/\/news.ycombinator.org\/*",
                "http:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                ".\/dist\/style.css"
            ],
            "js": [
                ".\/dist\/build.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/news.ycombinator.com\/*",
        "http:\/\/news.ycombinator.net\/*",
        "http:\/\/news.ycombinator.org\/*",
        "http:\/\/news.ycombinator.com\/*"
    ],
    "permissions": [
        "unlimitedStorage"
    ]
}