Hacked Hacker News

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

Hacked Hacker News là gì?

Hacked Hacker News là một tiện ích mở rộng Chrome được phát triển bởi prophetjohn, và tính năng chính của nó là "Hacker News got hacked! Browsing and commenting on Hacker News made easier.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hacked Hacker News

Tải xuống các tệp mở rộng Hacked Hacker News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hacked Hacker News Hacked Hacker News
ID hlddllcemddpbekleofllndfidcgbgdp
URL Chính Thức https://chromewebstore.google.com/detail/hacked-hacker-news/hlddllcemddpbekleofllndfidcgbgdp
Mô tả Hacker News got hacked! Browsing and commenting on Hacker News made easier.
Kích Thước Tệp 81.82 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.944
Cập Nhật Lần Cuối 2013-01-23
Ngày Phát Hành 2013-01-22
Nhà Phát Triển prophetjohn
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/j-clark/hacked_hacker_news
Ngôn Ngữ Được Hỗ Trợ 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."
}