What Hacker News Says
Easily find Hacker News threads about the page you're currently browsing.
What Hacker News Saysคืออะไร?
What Hacker News Says เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pino.ceniccola.it และคุณลักษณะหลักของมันคือ "Easily find Hacker News threads about the page you're currently browsing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย What Hacker News Says
ดาวน์โหลดไฟล์ส่วนขยาย What Hacker News Says ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dead-simple yet very useful extension that looks for threads on on popular social news aggregator Hacker News via HN Search API (powered by Algolia). For your privacy, this web extension fetches the API only when the popup is clicked and does not run any background script. It also requires minimum permissions (just "activeTab" actually). Source is on GitHub: https://github.com/pinoceniccola/what-hn-says-webext
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | What Hacker News Says |
ID | khgegkjchclhgpglloficdmdannlpmoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/what-hacker-news-says/khgegkjchclhgpglloficdmdannlpmoi |
คำอธิบาย | Easily find Hacker News threads about the page you're currently browsing. |
ขนาดไฟล์ | 346 KB |
จำนวนการติดตั้ง | 431 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2021-03-08 |
วันที่เผยแพร่ | 2020-08-04 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://pino.ceniccola.it |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pinoceniccola/what-hn-says-webext |
URL หน้าช่วยเหลือ | https://github.com/pinoceniccola/what-hn-says-webext |
URL หน้านโยบายความเป็นส่วนตัว | https://aprico.org/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "What Hacker News Says", "version": "0.2.0", "description": "Easily find Hacker News threads about the page you're currently browsing.", "homepage_url": "https:\/\/github.com\/pinoceniccola\/what-hn-says-webext", "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "96": "assets\/icon-96.png", "128": "assets\/icon-128.png", "256": "assets\/icon-256.png" }, "permissions": [ "activeTab" ], "browser_action": { "browser_style": false, "default_icon": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png" }, "default_title": "Click to find what HN says", "default_popup": "popup.html" } } |