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 |
公式URL | 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 |
Eメール | [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" } |