RSSLists

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

Co je RSSLists?

RSSLists je rozšíření Chrome vyvinuté michaeljstevens, a jeho hlavní funkcí je „This extension displays the current date, weather, and rss feeds in the new tab page“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření RSSLists

Stáhněte si soubory rozšíření RSSLists ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název RSSLists RSSLists
ID mbaofboiknappfdajehfhhhlcmjldnpj
Oficiální URL https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj
Popis This extension displays the current date, weather, and rss feeds in the new tab page
Velikost souboru 18.97 MB
Počet instalací 43
Aktuální Verze 2.0.5
Poslední Aktualizace 2017-01-22
Datum Vydání 2017-01-22
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář michaeljstevens
Typ Platby free
Podporované Jazyky 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\/",
        "",
        "*:\/\/*\/*"
    ]
}