The Fast Mode RSS Reader
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Wat is The Fast Mode RSS Reader?
The Fast Mode RSS Reader is een Chrome-extensie ontwikkeld door http://www.thefastmode.com, en de belangrijkste functie is "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".
Extensie Screenshots
Download het CRX-bestand van de extensie The Fast Mode RSS Reader
Download The Fast Mode RSS Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Basisinformatie over de Extensie
Naam | |
ID | jkocfkhaglikmlcnhjbandkocbllnpfm |
Officiële URL | https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm |
Beschrijving | Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business. |
Bestandsgrootte | 634 KB |
Aantal Installaties | 209 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2016-02-07 |
Publicatiedatum | 2016-02-07 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | http://www.thefastmode.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.thefastmode.com/ |
URL van de Privacybeleid Pagina | http://www.thefastmode.com/website-privacy-policy |
Ondersteunde Talen | 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" ] } |