Flash RSS Feed
Minimal custom feeds in every new tab.
Cos'è Flash RSS Feed?
Flash RSS Feed è un'estensione di Chrome sviluppata da Giuseppe Barbalinardo, e la sua funzione principale è "Minimal custom feeds in every new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Flash RSS Feed
Scarica i file di estensione Flash RSS Feed 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
Flash RSS Feed gives you a news from your RSS selection at every new tab. Using a minimal effective flashcard design, this extension allows you to use the dead time while you write in your search bar to show the latest updates from the world in the background. If you want to dig into the article shown more, explore it, with just one click. Subscribe to the rss feed you like and keep yourself up-to-date. As easy as that with Flash RSS Feed.
Informazioni di Base sull'Estensione
Nome | Flash RSS Feed |
ID | dphnchgfmahcanlodghiejglcgajklma |
URL Ufficiale | https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma |
Descrizione | Minimal custom feeds in every new tab. |
Dimensione del File | 666 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-12-31 |
Data di Pubblicazione | 2016-12-31 |
Sviluppatore | Giuseppe Barbalinardo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flash RSS Feed", "version": "1.0.1", "description": "Minimal custom feeds in every new tab.", "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "homepage_url": "http:\/\/giuseppe.barbalinardo.com" } |