The Fast Mode RSS Reader
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
什么是The Fast Mode RSS Reader?
The Fast Mode RSS Reader是由http://www.thefastmode.com开发的Chrome扩展程序,该扩展的主要功能是“Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.”。
扩展截图
下载The Fast Mode RSS Reader扩展crx文件
下载The Fast Mode RSS Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
扩展基本信息
名称 | |
ID | jkocfkhaglikmlcnhjbandkocbllnpfm |
官方URL | https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm |
简介 | Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business. |
文件大小 | 634 KB |
安装次数 | 209 |
当前版本 | 1.0.7 |
更新时间 | 2016-02-07 |
上架时间 | 2016-02-07 |
评分 | 5.00/5 共6次评分 |
开发者 | http://www.thefastmode.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.thefastmode.com/ |
隐私政策页面URL | http://www.thefastmode.com/website-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Fast Mode RSS Reader", "version": "1.0.7", "manifest_version": 2, "description": "", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/xslt.alexa.com http:\/\/www.thefastmode.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background", "*:\/\/*.google.com\/", "notifications", "storage", "webRequest" ], "omnibox": { "keyword": "the fast mode" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "The Fast Mode", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/icon-48.png" ] } |