Rohan's Extension
Displays the first 5 items from the RSS feed in a popup.
Vad är Rohan's Extension?
Rohan's Extension är en Chrome-tillägg utvecklad av Rohan Rajeevan, och dess huvudfunktion är "Displays the first 5 items from the RSS feed in a popup.".
Tilläggsskärmbilder
Ladda ner Rohan's Extension-förlängningens CRX-fil
Ladda ner Rohan's Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
It takes the RSS feed related to Clemson University from the NYTimes newspaper website and shows the top 5 stories.
Grundläggande Information om Tillägg
Namn | |
ID | ocklpklfhcfcnegmkjhfmmlhjoicaefi |
Officiell webbadress | https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi |
Beskrivning | Displays the first 5 items from the RSS feed in a popup. |
Filstorlek | 9.42 KB |
Antal Installationer | 18 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2014-04-16 |
Publiceringsdatum | 2014-04-16 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | Rohan Rajeevan |
Betalningssätt | free |
Tilläggswebbplats | http://www.clemson.edu |
Stödda Språk | 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 } |