RSSLists
This extension displays the current date, weather, and rss feeds in the new tab page
Wat is RSSLists?
RSSLists is een Chrome-extensie ontwikkeld door michaeljstevens, en de belangrijkste functie is "This extension displays the current date, weather, and rss feeds in the new tab page".
Extensie Screenshots
Download het CRX-bestand van de extensie RSSLists
Download RSSLists-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mbaofboiknappfdajehfhhhlcmjldnpj |
Officiële URL | https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj |
Beschrijving | This extension displays the current date, weather, and rss feeds in the new tab page |
Bestandsgrootte | 18.97 MB |
Aantal Installaties | 43 |
Huidige Versie | 2.0.5 |
Laatst Bijgewerkt | 2017-01-22 |
Publicatiedatum | 2017-01-22 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | michaeljstevens |
Betalingswijze | free |
Ondersteunde Talen | 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\/", " |