Rohan's Extension
Displays the first 5 items from the RSS feed in a popup.
Cos'è Rohan's Extension?
Rohan's Extension è un'estensione di Chrome sviluppata da Rohan Rajeevan, e la sua funzione principale è "Displays the first 5 items from the RSS feed in a popup.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rohan's Extension
Scarica i file di estensione Rohan's Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It takes the RSS feed related to Clemson University from the NYTimes newspaper website and shows the top 5 stories.
Informazioni di Base sull'Estensione
Nome | |
ID | ocklpklfhcfcnegmkjhfmmlhjoicaefi |
URL Ufficiale | https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi |
Descrizione | Displays the first 5 items from the RSS feed in a popup. |
Dimensione del File | 9.42 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2014-04-16 |
Data di Pubblicazione | 2014-04-16 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | Rohan Rajeevan |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.clemson.edu |
Lingue Supportate | 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 } |