Readable HackerNews

Stylish Hacker News.

什麼是Readable HackerNews?

Readable HackerNews是由Jarques開發的Chrome擴展程式,該擴展的主要功能是“Stylish Hacker News.”。

擴展截圖

screenshot

下載Readable HackerNews擴展crx文件

下載Readable HackerNews擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Announcement: This will be the last update (supporting https), please refer to my HN+ if you want to keep getting updates: 

https://chrome.google.com/webstore/detail/hacker-news-%20/oieefcckcbbgniifdhhialgkmghahjgl

I've been a long time HackerNews reader. But over time I've come to dislike the way it looks. So with this extension, I am focusing on creating a more "readable hacker news" by experimenting with typefaces, colors and styles.

v2.3.5:

  - Support HN on https://

v2.3.4:

  -  Style fixes for header
  -  New font for titles                    

擴展基本資訊

名稱 Readable HackerNews Readable HackerNews
ID jnnojalnifmaekkfknejbppafnaiepjl
官方網址 https://chromewebstore.google.com/detail/readable-hackernews/jnnojalnifmaekkfknejbppafnaiepjl
簡介 Stylish Hacker News.
檔案大小 39.07 KB
安裝次數 135
目前版本 2.3.5
更新時間 2013-05-21
上架時間 2013-05-21
評分 4.26/5 共 27 次評分
開發者 Jarques
電子郵箱 [email protected]
付費類型 free
擴展官網 http://jarqu.es/dev/hn/
說明頁面URL http://jarqu.es/dev/hn/
支援的語言 en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/hn.js"
            ],
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.net\/*",
                "http:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.com\/*"
            ]
        }
    ],
    "description": "Stylish Hacker News.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "name": "Readable HackerNews",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.5",
    "manifest_version": 2
}