Rohan's Extension
Displays the first 5 items from the RSS feed in a popup.
Rohan's Extension क्या है?
Rohan's Extension Rohan Rajeevan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the first 5 items from the RSS feed in a popup."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rohan's Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It takes the RSS feed related to Clemson University from the NYTimes newspaper website and shows the top 5 stories.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ocklpklfhcfcnegmkjhfmmlhjoicaefi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi |
विवरण | Displays the first 5 items from the RSS feed in a popup. |
फ़ाइल का आकार | 9.42 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2014-04-16 |
प्रकाशन तिथि | 2014-04-16 |
रेटिंग | 4.33/5 कुल 3 रेटिंग्स |
डेवलपर | Rohan Rajeevan |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.clemson.edu |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rohan's Extension", "version": "2.1", "description": "Displays the first 5 items from the RSS feed in a popup.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "Clemson News", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/topics.nytimes.com\/*" ], "manifest_version": 2 } |