RSSLists
This extension displays the current date, weather, and rss feeds in the new tab page
O que é RSSLists?
RSSLists é uma extensão do Chrome desenvolvida por michaeljstevens, e sua principal característica é "This extension displays the current date, weather, and rss feeds in the new tab page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RSSLists
Baixe arquivos de extensão RSSLists 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
RSSLists is a tool for displaying multiple RSS feeds in a series of horizontal lists on the new tab page. There are several included feeds, but any RSS feed is supported via the custom rss feed url input box. This extension enables users to view all their preferred sources of information in one place. Date, weather and note taking are included for convenience.
Informações Básicas da Extensão
Nome | |
ID | mbaofboiknappfdajehfhhhlcmjldnpj |
URL Oficial | https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj |
Descrição | This extension displays the current date, weather, and rss feeds in the new tab page |
Tamanho do Arquivo | 18.97 MB |
Contagem de Instalações | 43 |
Versão Atual | 2.0.5 |
Última Atualização | 2017-01-22 |
Data de Publicação | 2017-01-22 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | michaeljstevens |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RSSLists", "description": "This extension displays the current date, weather, and rss feeds in the new tab page", "version": "2.0.5", "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "views\/popup.html" }, "chrome_url_overrides": { "newtab": "views\/root.html" }, "permissions": [ "activeTab", "tabs", "storage", "geolocation", "https:\/\/ajax.googleapis.com\/", " |