RSSLists

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

什么是RSSLists?

RSSLists是由michaeljstevens开发的Chrome扩展程序,该扩展的主要功能是“This extension displays the current date, weather, and rss feeds in the new tab page”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载RSSLists扩展crx文件

下载RSSLists扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 RSSLists RSSLists
ID mbaofboiknappfdajehfhhhlcmjldnpj
官方URL https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj
简介 This extension displays the current date, weather, and rss feeds in the new tab page
文件大小 18.97 MB
安装次数 43
当前版本 2.0.5
更新时间 2017-01-22
上架时间 2017-01-22
评分 3.00/5 共2次评分
开发者 michaeljstevens
付费类型 free
支持的语言 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\/",
        "",
        "*:\/\/*\/*"
    ]
}