RSS Alarm
The simplest way to get notified about new feed entries.
RSS Alarm là gì?
RSS Alarm là một tiện ích mở rộng Chrome được phát triển bởi limepix, và tính năng chính của nó là "The simplest way to get notified about new feed entries.".
Ả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 Alarm
Tải xuống các tệp mở rộng RSS Alarm 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
RSS Alarm is a chrome extension which periodically checks RSS feeds in the background and informs you via notifications if there are news or updates at any of your subscribed rss feeds.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RSS Alarm |
ID | ohgphcdjbnlbnkdooieahfmbmaaipogf |
URL Chính Thức | https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf |
Mô tả | The simplest way to get notified about new feed entries. |
Kích Thước Tệp | 789 KB |
Số Lần Cài Đặt | 800 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-06-18 |
Ngày Phát Hành | 2014-08-03 |
Đánh Giá | 4.29/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | limepix |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RSS Alarm", "short_name": "RSS Alarm", "description": "The simplest way to get notified about new feed entries.", "version": "1.2", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "notifications", "tabs" ], "background": { "scripts": [ "js\/jquery.js", "js\/base.js", "js\/popup.js", "js\/background.js" ] }, "options_page": "html\/options.html", "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png", "48": "images\/logo_48.png" }, "default_title": "RSS Alarm", "default_popup": "html\/popup.html" } } |