Hacker News UX
Hacker News User Experience Enhancement
Hacker News UX là gì?
Hacker News UX là một tiện ích mở rộng Chrome được phát triển bởi https://carina.app/hnux, và tính năng chính của nó là "Hacker News User Experience Enhancement".
Ả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 Hacker News UX
Tải xuống các tệp mở rộng Hacker News UX 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
Hacker News UX v2, enhances your experience with Hacker News. Check out the demo video, and screenshots to get a glimpse of the features! User Preferences (font-size, column, dark/classic switch) is available by hovering your username, or login, link in the bottom-left corner. 1. Auto-Load, and Columns Browse lists with auto-load, and columns, enhancing surfacing of interesting content. 2. Dynamic Reply Reply to comments in-place, and without page-refresh. 3. Explore, with Profile Pop-Up, and Columns Explore content with profile tooltips, and by opening threads, and profiles into columns, and without managing tabs, or losing progress. 4. Secure, and Private 5. History Hacker News UX v1, was featured on Mashable. http://mashable.com/2010/12/01/improve-hacker-news-ui/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hacker News UX |
ID | chngbdmhgakoomomnnhfapkpbalpmhid |
URL Chính Thức | https://chromewebstore.google.com/detail/hacker-news-ux/chngbdmhgakoomomnnhfapkpbalpmhid |
Mô tả | Hacker News User Experience Enhancement |
Kích Thước Tệp | 87.62 KB |
Số Lần Cài Đặt | 764 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2023-08-25 |
Ngày Phát Hành | 2018-04-09 |
Đánh Giá | 4.08/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | https://carina.app/hnux |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.3", "name": "Hacker News UX", "description": "Hacker News User Experience Enhancement", "web_accessible_resources": [ { "resources": [ "images\/ajax-loader-classic.gif", "images\/ajax-loader-dark.gif", "images\/ajax-loader-classic-01.gif", "images\/ajax-loader-classic-02.gif", "images\/votearrow.png", "images\/yc.png", ".\/dist\/ux.html" ], "matches": [ "https:\/\/news.ycombinator.com\/*", "http:\/\/news.ycombinator.net\/*", "http:\/\/news.ycombinator.org\/*", "http:\/\/news.ycombinator.com\/*" ] } ], "background": { "service_worker": ".\/dist\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*", "http:\/\/news.ycombinator.net\/*", "http:\/\/news.ycombinator.org\/*", "http:\/\/news.ycombinator.com\/*" ], "css": [ ".\/dist\/style.css" ], "js": [ ".\/dist\/build.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/news.ycombinator.com\/*", "http:\/\/news.ycombinator.net\/*", "http:\/\/news.ycombinator.org\/*", "http:\/\/news.ycombinator.com\/*" ], "permissions": [ "unlimitedStorage" ] } |