Hack the News
A Hacker News icon that notifies you when the top story changes.
Hack the News là gì?
Hack the News là một tiện ích mở rộng Chrome được phát triển bởi github.com/robbiewain, và tính năng chính của nó là "A Hacker News icon that notifies you when the top story changes.".
Ả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 Hack the News
Tải xuống các tệp mở rộng Hack the News 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hack the News |
ID | oehghgdldepmknikdpjakmpbonlkmnfa |
URL Chính Thức | https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa |
Mô tả | A Hacker News icon that notifies you when the top story changes. |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2017-12-07 |
Ngày Phát Hành | 2017-12-06 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | github.com/robbiewain |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/robbiewain/hack-the-news |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |