RSSLists

This extension displays the current date, weather, and rss feeds in the new tab page

¿Qué es RSSLists?

RSSLists es una extensión de Chrome desarrollada por michaeljstevens, y su función principal es "This extension displays the current date, weather, and rss feeds in the new tab page".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión RSSLists

Descarga archivos de extensión RSSLists en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre RSSLists RSSLists
ID mbaofboiknappfdajehfhhhlcmjldnpj
URL Oficial https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj
Descripción This extension displays the current date, weather, and rss feeds in the new tab page
Tamaño del Archivo 18.97 MB
Cantidad de Instalaciones 43
Versión Actual 2.0.5
Última Actualización 2017-01-22
Fecha de Publicación 2017-01-22
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador michaeljstevens
Tipo de Pago free
Idiomas Soportados 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\/",
        "",
        "*:\/\/*\/*"
    ]
}