RSS Alarm
The simplest way to get notified about new feed entries.
RSS Alarm क्या है?
RSS Alarm limepix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The simplest way to get notified about new feed entries."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RSS Alarm एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | RSS Alarm |
ID | ohgphcdjbnlbnkdooieahfmbmaaipogf |
आधिकारिक URL | https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf |
विवरण | The simplest way to get notified about new feed entries. |
फ़ाइल का आकार | 789 KB |
स्थापना संख्या | 800 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2022-06-18 |
प्रकाशन तिथि | 2014-08-03 |
रेटिंग | 4.29/5 कुल 14 रेटिंग्स |
डेवलपर | limepix |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |