The Fast Mode RSS Reader
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Apa itu The Fast Mode RSS Reader?
The Fast Mode RSS Reader adalah ekstensi Chrome yang dikembangkan oleh http://www.thefastmode.com, dan fitur utamanya adalah "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Fast Mode RSS Reader
Unduh file ekstensi The Fast Mode RSS Reader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Informasi Dasar Ekstensi
Nama | |
ID | jkocfkhaglikmlcnhjbandkocbllnpfm |
URL Resmi | https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm |
Deskripsi | Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business. |
Ukuran File | 634 KB |
Jumlah Instalasi | 209 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2016-02-07 |
Tanggal Publikasi | 2016-02-07 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | http://www.thefastmode.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.thefastmode.com/ |
URL Halaman Kebijakan Privasi | http://www.thefastmode.com/website-privacy-policy |
Bahasa yang Didukung | 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" ] } |