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