RSSLists
This extension displays the current date, weather, and rss feeds in the new tab page
Cos'è RSSLists?
RSSLists è un'estensione di Chrome sviluppata da michaeljstevens, e la sua funzione principale è "This extension displays the current date, weather, and rss feeds in the new tab page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RSSLists
Scarica i file di estensione RSSLists in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mbaofboiknappfdajehfhhhlcmjldnpj |
URL Ufficiale | https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj |
Descrizione | This extension displays the current date, weather, and rss feeds in the new tab page |
Dimensione del File | 18.97 MB |
Conteggio Installazioni | 43 |
Versione Corrente | 2.0.5 |
Ultimo Aggiornamento | 2017-01-22 |
Data di Pubblicazione | 2017-01-22 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | michaeljstevens |
Tipo di Pagamento | free |
Lingue Supportate | 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\/", " |