RSS Alert
Notifies user of new posts in RSS feeds
RSS Alert là gì?
RSS Alert là một tiện ích mở rộng Chrome được phát triển bởi adamzr, và tính năng chính của nó là "Notifies user of new posts in RSS feeds".
Ả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 RSS Alert
Tải xuống các tệp mở rộng RSS Alert 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
With RSS Alert you'll never miss a new post on your favorite blog again. Simply click the RSS Alert button add the RSS, Atom, or Media RSS feed for the site you'd like to monitor and you'll get a notification whenever there's a new post. Multiple feeds can be monitored at once! The permissions required are to use Google's Feed API. Icons by: http://www.fasticon.com Thank you to TechEmpower!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RSS Alert |
ID | lemgijjifkaldmklohlmjaplmfobgich |
URL Chính Thức | https://chromewebstore.google.com/detail/rss-alert/lemgijjifkaldmklohlmjaplmfobgich |
Mô tả | Notifies user of new posts in RSS feeds |
Kích Thước Tệp | 78.41 KB |
Số Lần Cài Đặt | 2,129 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2014-12-01 |
Ngày Phát Hành | 2014-11-30 |
Đánh Giá | 2.85/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | adamzr |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/adamzr/RSS-Alert/ |
URL Trang Trợ Giúp | https://github.com/adamzr/RSS-Alert/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RSS Alert", "version": "0.3", "manifest_version": 2, "description": "Notifies user of new posts in RSS feeds", "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "browser_action": { "default_icon": "19.png", "default_title": "RSS Alert", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "homepage_url": "https:\/\/github.com\/adamzr\/RSS-Alert", "permissions": [ "notifications", "https:\/\/www.google.com\/*", "https:\/\/ssl.google-analytics.com\/*", "unlimitedStorage", "storage" ] } |