Hacked Hacker News

Hacker News got hacked! Browsing and commenting on Hacker News made easier.

什麼是Hacked Hacker News?

Hacked Hacker News是由prophetjohn開發的Chrome擴展程式,該擴展的主要功能是“Hacker News got hacked! Browsing and commenting on Hacker News made easier.”。

擴展截圖

screenshot
screenshot

下載Hacked Hacker News擴展crx文件

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

擴展使用說明

                        Features

Improved comment threads
* Whether or not you've read a comment is tracked*.
  * *Old comments are cleaned out after a few days.
* Comments you haven't read are highlighted.
* The number of new comments per thread is displayed in the header.
* Submit new comments, edit and delete existing ones without leaving the page and losing your place.
* Navigate the comment threads with your keyboard.
  * j: go to next unread comment
  * a: upvote current comment
  * z: downvote current comment
  * r: reply to current comment

Endless front page
* Click 'More' to load new stories and new stories will be inserted into the existing page.
* No more "Unkown or expired link." Hacked Hacker News will get a fresh link if the current one expires.                    

擴展基本資訊

名稱 Hacked Hacker News Hacked Hacker News
ID hlddllcemddpbekleofllndfidcgbgdp
官方網址 https://chromewebstore.google.com/detail/hacked-hacker-news/hlddllcemddpbekleofllndfidcgbgdp
簡介 Hacker News got hacked! Browsing and commenting on Hacker News made easier.
檔案大小 81.82 KB
安裝次數 43
目前版本 0.944
更新時間 2013-01-23
上架時間 2013-01-22
開發者 prophetjohn
付費類型 free
擴展官網 https://github.com/j-clark/hacked_hacker_news
支援的語言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "hhn.css"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "hhn.js",
                "jquery.form.js"
            ],
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "https:\/\/news.ycombinator.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Hacked Hacker News",
    "homepage_url": "http:\/\/github.com\/j-clark\/hacked_hacker_news\/blob\/master\/README.md",
    "version": "0.944",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/spinner.gif"
    ],
    "description": "Hacker News got hacked! Browsing and commenting on Hacker News made easier."
}