Rohan's Extension
Displays the first 5 items from the RSS feed in a popup.
What is Rohan's Extension?
Rohan's Extension is a Chrome extension developed by Rohan Rajeevan, and its main feature is "Displays the first 5 items from the RSS feed in a popup.".
Extension Screenshots
Download Rohan's Extension Extension CRX File
Download Rohan's Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It takes the RSS feed related to Clemson University from the NYTimes newspaper website and shows the top 5 stories.
Extension Basic Information
Name | |
ID | ocklpklfhcfcnegmkjhfmmlhjoicaefi |
Official URL | https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi |
Description | Displays the first 5 items from the RSS feed in a popup. |
File Size | 9.42 KB |
Installation Count | 18 |
Current Version | 2.1 |
Last Updated | 2014-04-16 |
Publish Date | 2014-04-16 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Rohan Rajeevan |
Payment Type | free |
Extension Website | http://www.clemson.edu |
Supported Languages | 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 } |