Flash RSS Feed
Minimal custom feeds in every new tab.
What is Flash RSS Feed?
Flash RSS Feed is a Chrome extension developed by Giuseppe Barbalinardo, and its main feature is "Minimal custom feeds in every new tab.".
Extension Screenshots
Download Flash RSS Feed Extension CRX File
Download Flash RSS Feed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Flash RSS Feed |
ID | dphnchgfmahcanlodghiejglcgajklma |
Official URL | https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma |
Description | Minimal custom feeds in every new tab. |
File Size | 666 KB |
Installation Count | 23 |
Current Version | 1.0.1 |
Last Updated | 2016-12-31 |
Publish Date | 2016-12-31 |
Developer | Giuseppe Barbalinardo |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |