RSS Feed
RSS Feed let's you follow your favorite websites in one place.
RSS Feedとは何ですか?
RSS Feedはhttp://onefeed.appによって開発されたChromeの拡張機能で、その主な機能は「RSS Feed let's you follow your favorite websites in one place.」です。
拡張機能のスクリーンショット
RSS Feed拡張機能のCRXファイルをダウンロード
RSS Feed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Discover new content and stay up-to-date with your favorite feeds, news and blogs without the need to visit every website.
拡張機能の基本情報
名前 | |
ID | onajimpflclfkonkpcjnpffmnefdnmfb |
公式URL | https://chrome.google.com/webstore/detail/rss-feed/onajimpflclfkonkpcjnpffmnefdnmfb |
説明 | RSS Feed let's you follow your favorite websites in one place. |
ファイルサイズ | 63.14 KB |
インストール数 | 239 |
現在のバージョン | 1.0.2 |
最終更新日 | 2018-07-16 |
公開日 | 2018-07-16 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | http://onefeed.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://onefeed.app |
ヘルプページのURL | https://onefeed.app |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "name": "RSS Feed", "manifest_version": 2, "description": "RSS Feed let's you follow your favorite websites in one place.", "browser_action": { "default_title": "OneFeed", "default_popup": "popup.html" }, "icons": { "16": "img\/OneFeed-RSS-Feed-16.png", "48": "img\/OneFeed-RSS-Feed-48.png", "128": "img\/OneFeed-RSS-Feed-128.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "contextMenus", "management", "tabs", "storage" ], "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/img.onefeed.app https:\/\/*.socialfeed.io http:\/\/localhost:4000 http:\/\/localhost:3030 https:\/\/localhost:3030 http:\/\/localhost:3005 https:\/\/localhost:3005 'unsafe-eval'; connect-src https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/*.socialfeed.io https:\/\/img.onefeed.app http:\/\/localhost:4000 http:\/\/localhost:3030 http:\/\/localhost:3005; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data:; font-src * 'self' data:;" } |