Programming News
Aggregates the top news items from Hacker News and Reddit /r/programming
Programming News là gì?
Programming News là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Aggregates the top news items from Hacker News and Reddit /r/programming".
Ả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 Programming News
Tải xuống các tệp mở rộng Programming 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
Collects the top news items from Hacker News and Reddit /r/programming with a green, black and grey terminal theme. Allows the user to keep a reading list of 100 items for later viewing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Programming News |
ID | ggmnmmjaecmnabilobpplklijinifpip |
URL Chính Thức | https://chromewebstore.google.com/detail/programming-news/ggmnmmjaecmnabilobpplklijinifpip |
Mô tả | Aggregates the top news items from Hacker News and Reddit /r/programming |
Kích Thước Tệp | 58.57 KB |
Số Lần Cài Đặt | 293 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2013-03-13 |
Ngày Phát Hành | 2013-03-13 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mchaver/Programming-News |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Programming News", "description": "Aggregates the top news items from Hacker News and Reddit \/r\/programming", "version": "1.1", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Programming News" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "https:\/\/news.ycombinator.com\/*", "http:\/\/www.reddit.com\/r\/programming" ] } |