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 là gì?
The Fast Mode RSS Reader là một tiện ích mở rộng Chrome được phát triển bởi http://www.thefastmode.com, và tính năng chính của nó là "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The Fast Mode RSS Reader
Tải xuống các tệp mở rộng The Fast Mode RSS Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jkocfkhaglikmlcnhjbandkocbllnpfm |
URL Chính Thức | https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm |
Mô tả | Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business. |
Kích Thước Tệp | 634 KB |
Số Lần Cài Đặt | 209 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2016-02-07 |
Ngày Phát Hành | 2016-02-07 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://www.thefastmode.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.thefastmode.com/ |
URL Trang Chính Sách Bảo Mật | http://www.thefastmode.com/website-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |