RSSLists

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

Vad är RSSLists?

RSSLists är en Chrome-tillägg utvecklad av michaeljstevens, och dess huvudfunktion är "This extension displays the current date, weather, and rss feeds in the new tab page".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner RSSLists-förlängningens CRX-fil

Ladda ner RSSLists-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn RSSLists RSSLists
ID mbaofboiknappfdajehfhhhlcmjldnpj
Officiell webbadress https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj
Beskrivning This extension displays the current date, weather, and rss feeds in the new tab page
Filstorlek 18.97 MB
Antal Installationer 43
Aktuell Version 2.0.5
Senast Uppdaterad 2017-01-22
Publiceringsdatum 2017-01-22
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare michaeljstevens
Betalningssätt free
Stödda Språk 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\/",
        "",
        "*:\/\/*\/*"
    ]
}