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
官方網址 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\/",
        "",
        "*:\/\/*\/*"
    ]
}