OneFeed
OneFeed - The Fastest News Reader
OneFeedとは何ですか?
OneFeedはhlandaoによって開発されたChromeの拡張機能で、その主な機能は「OneFeed - The Fastest News Reader」です。
拡張機能のスクリーンショット
OneFeed拡張機能のCRXファイルをダウンロード
OneFeed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
OneFeed is the fastest news reader for Chrome. Get connected with all your favorite news sources, filter interesting articles for reading later and get to inbox-zero in your reading list.
拡張機能の基本情報
名前 | OneFeed |
ID | dinnaiplmaghbclpgcpdkkmmfjojkpdd |
公式URL | https://chromewebstore.google.com/detail/onefeed/dinnaiplmaghbclpgcpdkkmmfjojkpdd |
説明 | OneFeed - The Fastest News Reader |
ファイルサイズ | 1.01 MB |
インストール数 | 14 |
現在のバージョン | 0.0.5 |
最終更新日 | 2020-05-20 |
公開日 | 2020-05-20 |
開発者 | hlandao |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OneFeed", "author": "hlandao", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "OneFeed - The Fastest News Reader", "version": "0.0.5", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "permissions": [ "unlimitedStorage", "https:\/\/onefeed.now.sh\/*", "storage", "alarms" ] } |