The Fast Mode RSS Reader
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Qu'est-ce que The Fast Mode RSS Reader ?
The Fast Mode RSS Reader est une extension Chrome développée par http://www.thefastmode.com, et sa fonction principale est "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Fast Mode RSS Reader
Téléchargez les fichiers d'extension The Fast Mode RSS Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Informations de Base sur l'Extension
Nom | |
ID | jkocfkhaglikmlcnhjbandkocbllnpfm |
URL Officiel | https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm |
Description | Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business. |
Taille du Fichier | 634 KB |
Nombre d'Installations | 209 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2016-02-07 |
Date de Publication | 2016-02-07 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | http://www.thefastmode.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.thefastmode.com/ |
URL de la Page de Politique de Confidentialité | http://www.thefastmode.com/website-privacy-policy |
Langues Prises en Charge | 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" ] } |