RSS Alarm
Get alerted when keywords pop up inside an RSS feed
RSS Alarm क्या है?
RSS Alarm Summertime Medialab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get alerted when keywords pop up inside an RSS feed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RSS Alarm एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of reloading the forums to see if the thing you're interested in shows up? Just set the RSS-Link of a forum/thread and some keywords and you will get notified as soon as those keywords show up in the feed! I personally used this to find a watch I was looking for to buy. I typed in the model name and got a notification when someone was selling it. It's really easy and useful!
एक्सटेंशन की मूल जानकारी
नाम | RSS Alarm |
ID | jbhjddpnefmhbkgcblkokaoopjpdcdjd |
आधिकारिक URL | https://chromewebstore.google.com/detail/rss-alarm/jbhjddpnefmhbkgcblkokaoopjpdcdjd |
विवरण | Get alerted when keywords pop up inside an RSS feed |
फ़ाइल का आकार | 654 KB |
स्थापना संख्या | 158 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2015-07-13 |
प्रकाशन तिथि | 2015-07-12 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Summertime Medialab |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RSS Alarm", "description": "Get alerted when keywords pop up inside an RSS feed", "version": "1.1.2", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_title": "RSS Alert" }, "icons": { "16": "iconsActive\/icon16.png", "19": "iconsActive\/icon19.png", "38": "iconsActive\/icon38.png", "48": "iconsActive\/icon48.png", "128": "iconsActive\/icon128.png" }, "background": { "scripts": [ "vendor\/jquery.js", "vendor\/lodash.js", "vendor\/react.js", "background-compiled.js" ] }, "permissions": [ "activeTab", "storage", "alarms", "notifications", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/*" ] } |