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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.thefastmode.com, και η κύρια λειτουργία του είναι "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The Fast Mode RSS Reader
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" ] } |