Hacker News Rank
Chrome extension that shows how many times a page was upvoted on Hacker News
Hacker News Rank là gì?
Hacker News Rank là một tiện ích mở rộng Chrome được phát triển bởi https://www.jitbit.com, và tính năng chính của nó là "Chrome extension that shows how many times a page was upvoted on Hacker News".
Ả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 Rank
Tải xuống các tệp mở rộng Hacker News Rank 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
Allows you to quickly see, if the current URL you're visiting has ever been submitted to HackerNews. If it was - you see the number of upvotes and can quickly go and read the comments by clicking the icon. Which, we think, is the most valuable feature, since the comments at HN are at times more thoughtful and interesting than the actual content. If the current page has NOT been submitted to hackernews, you can do that by clicking the very same extension icon. Created by JitBit (https://www.jitbit.com/) and Artiom Dashinsky (http://dashinsky.com/).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hacker News Rank |
ID | hidhfijjhnnajlkikijcnmpgamfjocdh |
URL Chính Thức | https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh |
Mô tả | Chrome extension that shows how many times a page was upvoted on Hacker News |
Kích Thước Tệp | 12.7 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 2.6 |
Cập Nhật Lần Cuối | 2023-08-27 |
Ngày Phát Hành | 2019-10-01 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.jitbit.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.jitbit.com/hacker-news-rank/ |
URL Trang Trợ Giúp | https://www.jitbit.com/hacker-news-rank/ |
URL Trang Chính Sách Bảo Mật | https://www.jitbit.com/hacker-news-rank/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Rank", "version": "2.6", "author": "Jitbit", "action": { "default_icon": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" } }, "icons": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/hn.algolia.com\/" ], "background": { "service_worker": "background.js" }, "description": "Chrome extension that shows how many times a page was upvoted on Hacker News" } |