Flash RSS Feed
Minimal custom feeds in every new tab.
Hvad er Flash RSS Feed?
Flash RSS Feed er en Chrome-udvidelse udviklet af Giuseppe Barbalinardo, og dens hovedfunktion er "Minimal custom feeds in every new tab.".
Udvidelsesskærmbilleder
Download Flash RSS Feed-udvidelses-CRX-fil
Download Flash RSS Feed-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Flash RSS Feed |
ID | dphnchgfmahcanlodghiejglcgajklma |
Officiel URL | https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma |
Beskrivelse | Minimal custom feeds in every new tab. |
Filstørrelse | 666 KB |
Antal Installationer | 23 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2016-12-31 |
Udgivelsesdato | 2016-12-31 |
Udvikler | Giuseppe Barbalinardo |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |