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คืออะไร?
Discussions on HN, Reddit and Lobsters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://discu.eu และคุณลักษณะหลักของมันคือ "See if the current page has been discussed on Hacker News, Lobsters and Reddit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discussions on HN, Reddit and Lobsters
ดาวน์โหลดไฟล์ส่วนขยาย Discussions on HN, Reddit and Lobsters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Discussions on HN, Reddit and Lobsters |
ID | mihejilgifecplfpdfhjghfmhbhajcke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/discussions-on-hn-reddit/mihejilgifecplfpdfhjghfmhbhajcke |
คำอธิบาย | See if the current page has been discussed on Hacker News, Lobsters and Reddit |
ขนาดไฟล์ | 5.2 KB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-04-03 |
วันที่เผยแพร่ | 2022-02-23 |
ผู้พัฒนา | https://discu.eu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://discu.eu |
URL หน้าช่วยเหลือ | https://discu.eu/support/ |
ภาษาที่รองรับ | 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" } } } |