RSSLists
This extension displays the current date, weather, and rss feeds in the new tab page
Was ist RSSLists?
RSSLists ist eine Chrome-Erweiterung, die von michaeljstevens entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays the current date, weather, and rss feeds in the new tab page".
Erweiterungsscreenshots
RSSLists-Erweiterungs-CRX-Datei herunterladen
Laden Sie RSSLists-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mbaofboiknappfdajehfhhhlcmjldnpj |
Offizielle URL | https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj |
Beschreibung | This extension displays the current date, weather, and rss feeds in the new tab page |
Dateigröße | 18.97 MB |
Installationsanzahl | 43 |
Aktuelle Version | 2.0.5 |
Letztes Update | 2017-01-22 |
Veröffentlichungsdatum | 2017-01-22 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | michaeljstevens |
Zahlungsart | free |
Unterstützte Sprachen | 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\/", " |