Flash RSS Feed
Minimal custom feeds in every new tab.
Co to jest Flash RSS Feed?
Flash RSS Feed to rozszerzenie Chrome opracowane przez Giuseppe Barbalinardo, a jego główną funkcją jest „Minimal custom feeds in every new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flash RSS Feed
Pobierz pliki rozszerzeń Flash RSS Feed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Flash RSS Feed |
ID | dphnchgfmahcanlodghiejglcgajklma |
Oficjalny URL | https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma |
Opis | Minimal custom feeds in every new tab. |
Rozmiar pliku | 666 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-12-31 |
Data Publikacji | 2016-12-31 |
Deweloper | Giuseppe Barbalinardo |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |