Hacker News discussion
Displays an icon linking to comments on Hacker News for the current page.
Hacker News discussionคืออะไร?
Hacker News discussion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Sapek และคุณลักษณะหลักของมันคือ "Displays an icon linking to comments on Hacker News for the current page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hacker News discussion
ดาวน์โหลดไฟล์ส่วนขยาย Hacker News discussion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The icon is displayed only for pages that have been discussed on Hacker News. Keyboard shortcuts: Ctrl+Y: open comments in a new tab Alt+Y: open comments in the current tab The extension does not collect any data. Note however that the URLs of pages you visit will be sent over https to HNSearch (https://hn.algolia.com) which is hosted by a YC company Algolia. The extension does not have permission to access data on websites you visit.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hacker News discussion |
ID | iggcipafbcjfofibfhhelnipahhepmkd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hacker-news-discussion/iggcipafbcjfofibfhhelnipahhepmkd |
คำอธิบาย | Displays an icon linking to comments on Hacker News for the current page. |
ขนาดไฟล์ | 8.75 KB |
จำนวนการติดตั้ง | 125 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2015-09-20 |
วันที่เผยแพร่ | 2015-09-19 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Adam Sapek |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hacker News discussion", "version": "1.9", "description": "Displays an icon linking to comments on Hacker News for the current page.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "y.png", "default_title": "See discussion on HN" }, "commands": { "newtabHN": { "suggested_key": { "default": "Ctrl+Y" }, "description": "Open HN comments in a new tab" }, "_execute_page_action": { "suggested_key": { "default": "Alt+Y" } } }, "permissions": [ "tabs", "https:\/\/hn.algolia.com\/*" ], "icons": { "128": "y128.png" }, "manifest_version": 2 } |