Flash RSS Feed
Minimal custom feeds in every new tab.
Apa itu Flash RSS Feed?
Flash RSS Feed adalah ekstensi Chrome yang dikembangkan oleh Giuseppe Barbalinardo, dan fitur utamanya adalah "Minimal custom feeds in every new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Flash RSS Feed
Unduh file ekstensi Flash RSS Feed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Flash RSS Feed |
ID | dphnchgfmahcanlodghiejglcgajklma |
URL Resmi | https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma |
Deskripsi | Minimal custom feeds in every new tab. |
Ukuran File | 666 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2016-12-31 |
Tanggal Publikasi | 2016-12-31 |
Pengembang | Giuseppe Barbalinardo |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |