Hacker News Duplicate Detector
Detects duplicate HN submissions.
Hacker News Duplicate Detector là gì?
Hacker News Duplicate Detector là một tiện ích mở rộng Chrome được phát triển bởi https://dannyadam.com, và tính năng chính của nó là "Detects duplicate HN submissions.".
Ả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 Duplicate Detector
Tải xuống các tệp mở rộng Hacker News Duplicate Detector 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
On Hacker News discussions, this extension generates links to existing Hacker News posts that point to the same URL.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hacker News Duplicate Detector |
ID | ocagpmnfhgbgmbaaimpehpbnnplkmpkd |
URL Chính Thức | https://chromewebstore.google.com/detail/hacker-news-duplicate-det/ocagpmnfhgbgmbaaimpehpbnnplkmpkd |
Mô tả | Detects duplicate HN submissions. |
Kích Thước Tệp | 20.65 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.9.0 |
Cập Nhật Lần Cuối | 2023-12-16 |
Ngày Phát Hành | 2020-03-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://dannyadam.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dstein64/hn-duplicate-detector |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "js": [ "src\/library.js", "src\/main.js" ], "matches": [ "https:\/\/news.ycombinator.com\/item?id=*" ] } ], "description": "Detects duplicate HN submissions.", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "manifest_version": 2, "name": "Hacker News Duplicate Detector", "options_ui": { "page": "src\/options.html" }, "permissions": [ "https:\/\/hn.algolia.com\/api\/v1\/search?query=*", "storage" ], "version": "1.9.0" } |