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 |
Eメール | [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" ] } |