Flash RSS Feed
Minimal custom feeds in every new tab.
什麼是Flash RSS Feed?
Flash RSS Feed是由Giuseppe Barbalinardo開發的Chrome擴展程式,該擴展的主要功能是“Minimal custom feeds in every new tab.”。
擴展截圖
下載Flash RSS Feed擴展crx文件
下載Flash RSS Feed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Flash RSS Feed |
ID | dphnchgfmahcanlodghiejglcgajklma |
官方網址 | https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma |
簡介 | Minimal custom feeds in every new tab. |
檔案大小 | 666 KB |
安裝次數 | 23 |
目前版本 | 1.0.1 |
更新時間 | 2016-12-31 |
上架時間 | 2016-12-31 |
開發者 | Giuseppe Barbalinardo |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |