Discussions on HN, Reddit and Lobsters
See if the current page has been discussed on Hacker News, Lobsters and Reddit
Discussions on HN, Reddit and Lobsters là gì?
Discussions on HN, Reddit and Lobsters là một tiện ích mở rộng Chrome được phát triển bởi https://discu.eu, và tính năng chính của nó là "See if the current page has been discussed on Hacker News, Lobsters and Reddit".
Ả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 Discussions on HN, Reddit and Lobsters
Tải xuống các tệp mở rộng Discussions on HN, Reddit and Lobsters 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
Find discussions on Hacker News, Reddit, Lobsters and others. Once installed a badge is shown with the number of discussions and comments for the pages you visit. Click the badge to see the list of all the discussions.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Discussions on HN, Reddit and Lobsters |
ID | mihejilgifecplfpdfhjghfmhbhajcke |
URL Chính Thức | https://chromewebstore.google.com/detail/discussions-on-hn-reddit/mihejilgifecplfpdfhjghfmhbhajcke |
Mô tả | See if the current page has been discussed on Hacker News, Lobsters and Reddit |
Kích Thước Tệp | 5.2 KB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-04-03 |
Ngày Phát Hành | 2022-02-23 |
Nhà Phát Triển | https://discu.eu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://discu.eu |
URL Trang Trợ Giúp | https://discu.eu/support/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discussions on HN, Reddit and Lobsters", "version": "1.0.2", "author": "Alexandru Cojocaru", "description": "See if the current page has been discussed on Hacker News, Lobsters and Reddit", "homepage_url": "https:\/\/discu.eu", "icons": { "32": "icons\/favicon-32x32.png" }, "permissions": [ "activeTab", "tabs" ], "host_permissions": [ "*:\/\/discu.eu\/*" ], "action": { "default_icon": "icons\/favicon-32x32.png", "default_title": "Discussions" }, "background": { "service_worker": "background.js" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "65.0" } }, "chrome_settings_overrides": { "search_provider": { "name": "Discussions", "search_url": "https:\/\/discu.eu\/?q={searchTerms}", "keyword": "discu", "favicon_url": "https:\/\/discu.eu\/static\/favicon-32x32.png", "is_default": false, "encoding": "UTF-8" } } } |