Hacker News Popup
Shows how popular the article you're reading on Hacker News is
Hacker News Popup là gì?
Hacker News Popup là một tiện ích mở rộng Chrome được phát triển bởi hnpopup, và tính năng chính của nó là "Shows how popular the article you're reading on Hacker News is".
Ả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 Popup
Tải xuống các tệp mở rộng Hacker News Popup 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
The badge shows the point the article got on Hacker News. Click the badge to open a popup that shows comments on Hacker News. You can also submit an article to Hacker News via the link in the popup if you want to share it with people.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hacker News Popup |
ID | decfpoogjcefcgolalhpigfcofidngjk |
URL Chính Thức | https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk |
Mô tả | Shows how popular the article you're reading on Hacker News is |
Kích Thước Tệp | 51.61 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2022-10-29 |
Ngày Phát Hành | 2019-06-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | hnpopup |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/doublemarket/hnpopup |
URL Trang Trợ Giúp | https://github.com/doublemarket/hnpopup/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Popup", "short_name": "hnpopup", "version": "0.5", "description": "Shows how popular the article you're reading on Hacker News is", "icons": { "128": "icon.png" }, "homepage_url": "https:\/\/github.com\/doublemarket\/hnpopup", "offline_enabled": false, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "activeTab", "storage" ] } |