Flash RSS Feed
Minimal custom feeds in every new tab.
Qu'est-ce que Flash RSS Feed ?
Flash RSS Feed est une extension Chrome développée par Giuseppe Barbalinardo, et sa fonction principale est "Minimal custom feeds in every new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flash RSS Feed
Téléchargez les fichiers d'extension Flash RSS Feed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Flash RSS Feed |
ID | dphnchgfmahcanlodghiejglcgajklma |
URL Officiel | https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma |
Description | Minimal custom feeds in every new tab. |
Taille du Fichier | 666 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-12-31 |
Date de Publication | 2016-12-31 |
Développeur | Giuseppe Barbalinardo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |