Hack the News
A Hacker News icon that notifies you when the top story changes.
Hack the Newsคืออะไร?
Hack the News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย github.com/robbiewain และคุณลักษณะหลักของมันคือ "A Hacker News icon that notifies you when the top story changes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hack the News
ดาวน์โหลดไฟล์ส่วนขยาย Hack the News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Displays a Hacker News icon on your browser that changes color when the top story changes. Source code at https://github.com/robbiewain/hack-the-news
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hack the News |
ID | oehghgdldepmknikdpjakmpbonlkmnfa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa |
คำอธิบาย | A Hacker News icon that notifies you when the top story changes. |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2017-12-07 |
วันที่เผยแพร่ | 2017-12-06 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | github.com/robbiewain |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/robbiewain/hack-the-news |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hack the News", "version": "0.1.1", "manifest_version": 2, "description": "A Hacker News icon that notifies you when the top story changes.", "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self'", "icons": { "16": "images\/hacker-news-16.png", "128": "images\/hacker-news-128.png" }, "background": { "scripts": [ "app.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/hacker-news-19.png", "38": "images\/hacker-news-38.png" }, "default_title": "Hack the News", "default_popup": "index.html" }, "permissions": [ "storage" ] } |