RSSLists

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

What is RSSLists?

RSSLists is a Chrome extension developed by michaeljstevens, and its main feature is "This extension displays the current date, weather, and rss feeds in the new tab page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download RSSLists Extension CRX File

Download RSSLists extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RSSLists RSSLists
ID mbaofboiknappfdajehfhhhlcmjldnpj
Official URL https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj
Description This extension displays the current date, weather, and rss feeds in the new tab page
File Size 18.97 MB
Installation Count 43
Current Version 2.0.5
Last Updated 2017-01-22
Publish Date 2017-01-22
Rating 3.00/5 Total 2 Ratings
Developer michaeljstevens
Payment Type free
Supported Languages 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\/",
        "",
        "*:\/\/*\/*"
    ]
}