HackerNew
The best Hacker News extension, making HN quicker and more useful since 2012.
HackerNew là gì?
HackerNew là một tiện ích mở rộng Chrome được phát triển bởi Tom Moor, và tính năng chính của nó là "The best Hacker News extension, making HN quicker and more useful since 2012.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HackerNew
Tải xuống các tệp mở rộng HackerNew 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
Once you install this extension you'll never be able to go back to regular Hacker News, featuring: - Improved readability design - Retina screen support - User following - Super fast inline replies - Quick profiles with social network info when hovering over usernames - Filtering of stories based on terms and phrases / domain or user - Endless scrolling - Collapsible comment threads - Direct link to Google Cache version - Social sharing for Twitter, Facebook, Google+, Buffer HackerNew is open source - forks and improvements are welcome: https://github.com/tommoor/HackerNew
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HackerNew |
ID | lgoghlndihpmbbgmbpjohilcphbfhddd |
URL Chính Thức | https://chromewebstore.google.com/detail/hackernew/lgoghlndihpmbbgmbpjohilcphbfhddd |
Mô tả | The best Hacker News extension, making HN quicker and more useful since 2012. |
Kích Thước Tệp | 209 KB |
Số Lần Cài Đặt | 1,213 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2021-04-20 |
Ngày Phát Hành | 2021-04-20 |
Đánh Giá | 4.32/5 Tổng số 50 Đánh Giá |
Nhà Phát Triển | Tom Moor |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tommoor/HackerNew |
URL Trang Trợ Giúp | https://github.com/tommoor/HackerNew |
URL Trang Chính Sách Bảo Mật | https://github.com/tommoor/HackerNew/blob/master/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HackerNew", "version": "1.3.2", "description": "The best Hacker News extension, making HN quicker and more useful since 2012.", "background": { "page": "background.html" }, "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/karma.png", "images\/follow.png", "images\/unfollow.png", "images\/loading.gif", "images\/loading-light.gif", "images\/icons.png", "images\/icon.png", "images\/arrow-up.png", "images\/arrow-down.png" ], "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/*", "http:\/\/news.ycombinator.org\/*", "http:\/\/hackerne.ws\/*", "https:\/\/news.ycombinator.com\/*" ], "css": [ "forms.css", "hn.css" ], "js": [ "js\/libs\/jquery-1.7.1.min.js", "js\/libs\/jquery.hoverIntent.js", "js\/libs\/jquery.autogrow.js", "js\/libs\/twitter.text.js", "js\/hn.js" ] } ] } |