Flash RSS Feed
Minimal custom feeds in every new tab.
Co je Flash RSS Feed?
Flash RSS Feed je rozšíření Chrome vyvinuté Giuseppe Barbalinardo, a jeho hlavní funkcí je „Minimal custom feeds in every new tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Flash RSS Feed
Stáhněte si soubory rozšíření Flash RSS Feed ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Flash RSS Feed |
ID | dphnchgfmahcanlodghiejglcgajklma |
Oficiální URL | https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma |
Popis | Minimal custom feeds in every new tab. |
Velikost souboru | 666 KB |
Počet instalací | 23 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2016-12-31 |
Datum Vydání | 2016-12-31 |
Vývojář | Giuseppe Barbalinardo |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |