Flash RSS Feed
Minimal custom feeds in every new tab.
Was ist Flash RSS Feed?
Flash RSS Feed ist eine Chrome-Erweiterung, die von Giuseppe Barbalinardo entwickelt wurde, und ihr Hauptmerkmal ist "Minimal custom feeds in every new tab.".
Erweiterungsscreenshots
Flash RSS Feed-Erweiterungs-CRX-Datei herunterladen
Laden Sie Flash RSS Feed-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
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.
Grundlegende Informationen zur Erweiterung
Name | Flash RSS Feed |
ID | dphnchgfmahcanlodghiejglcgajklma |
Offizielle URL | https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma |
Beschreibung | Minimal custom feeds in every new tab. |
Dateigröße | 666 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-12-31 |
Veröffentlichungsdatum | 2016-12-31 |
Entwickler | Giuseppe Barbalinardo |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |