Rohan's Extension
Displays the first 5 items from the RSS feed in a popup.
O que é Rohan's Extension?
Rohan's Extension é uma extensão do Chrome desenvolvida por Rohan Rajeevan, e sua principal característica é "Displays the first 5 items from the RSS feed in a popup.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rohan's Extension
Baixe arquivos de extensão Rohan's Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
It takes the RSS feed related to Clemson University from the NYTimes newspaper website and shows the top 5 stories.
Informações Básicas da Extensão
Nome | |
ID | ocklpklfhcfcnegmkjhfmmlhjoicaefi |
URL Oficial | https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi |
Descrição | Displays the first 5 items from the RSS feed in a popup. |
Tamanho do Arquivo | 9.42 KB |
Contagem de Instalações | 18 |
Versão Atual | 2.1 |
Última Atualização | 2014-04-16 |
Data de Publicação | 2014-04-16 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | Rohan Rajeevan |
Tipo de Pagamento | free |
Site da Extensão | http://www.clemson.edu |
Idiomas Suportados | 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 } |