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 |
电子邮箱 | [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" ] } |