Hacker News OnePage

Provides users with the ability to browse Hacker News articles and comments without leaving the page.

Hacker News OnePageとは何ですか?

Hacker News OnePageはhttps://tdupree.comによって開発されたChromeの拡張機能で、その主な機能は「Provides users with the ability to browse Hacker News articles and comments without leaving the page.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Hacker News OnePage is an extension for news.ycombinator.com.  It allows you to view the news articles in a left column, while viewing the article or comments on the right. You never have to leave Hacker News to view any of the comments or articles. OnePage also highlights the articles and comments that you click on, allowing you to easily see what you have read.


Author: Tim Dupree

03/13/2013 - Updated to work with https://news.ycombinator.com

08/30/2012 - I have update the extension with a fix which allows the comments page to be loaded into the side by side view again. I will get the extension source code up on Github soon. Enjoy - Tim

08/07/2012 - HN has added "X-FRAME-OPTIONS: Deny" headers to their pages. This prevents the comments pages from loading into the side by side view.  I will work on a fix for this over the following week. I will also get the project up on github.com. Cheers - Tim                    

拡張機能の基本情報

名前 Hacker News OnePage Hacker News OnePage
ID plldnnbdlbgbiknjebohmlggcbicghlj
公式URL https://chromewebstore.google.com/detail/hacker-news-onepage/plldnnbdlbgbiknjebohmlggcbicghlj
説明 Provides users with the ability to browse Hacker News articles and comments without leaving the page.
ファイルサイズ 28.91 KB
インストール数 152
現在のバージョン 0.9.1
最終更新日 2013-03-13
公開日 2013-03-13
評価 4.15/5 合計 20 レビュー
開発者 https://tdupree.com
支払い方法 free
拡張機能のウェブサイト http://tdupree.com/extensions/
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hacker News OnePage",
    "version": "0.9.1",
    "manifest_version": 2,
    "description": "Provides users with the ability to browse Hacker News articles and comments without leaving the page.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.3.2.min.js",
                "hacker_news_onepage.chrome.js"
            ],
            "matches": [
                "http:\/\/news.ycombinator.com\/",
                "http:\/\/news.ycombinator.com\/x?*",
                "http:\/\/news.ycombinator.com\/news",
                "http:\/\/news.ycombinator.com\/newest",
                "http:\/\/news.ycombinator.org\/",
                "http:\/\/news.ycombinator.org\/x?*",
                "http:\/\/news.ycombinator.org\/news",
                "http:\/\/news.ycombinator.org\/newest",
                "https:\/\/news.ycombinator.com\/",
                "https:\/\/news.ycombinator.com\/x?*",
                "https:\/\/news.ycombinator.com\/news",
                "https:\/\/news.ycombinator.com\/newest",
                "https:\/\/news.ycombinator.org\/",
                "https:\/\/news.ycombinator.org\/x?*",
                "https:\/\/news.ycombinator.org\/news",
                "https:\/\/news.ycombinator.org\/newest"
            ]
        }
    ]
}