The Fast Mode RSS Reader
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Co je The Fast Mode RSS Reader?
The Fast Mode RSS Reader je rozšíření Chrome vyvinuté http://www.thefastmode.com, a jeho hlavní funkcí je „Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření The Fast Mode RSS Reader
Stáhněte si soubory rozšíření The Fast Mode RSS Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Základní Informace o Rozšíření
Název | |
ID | jkocfkhaglikmlcnhjbandkocbllnpfm |
Oficiální URL | https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm |
Popis | Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business. |
Velikost souboru | 634 KB |
Počet instalací | 209 |
Aktuální Verze | 1.0.7 |
Poslední Aktualizace | 2016-02-07 |
Datum Vydání | 2016-02-07 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | http://www.thefastmode.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.thefastmode.com/ |
URL Stránky Zásad Ochrany Soukromí | http://www.thefastmode.com/website-privacy-policy |
Podporované Jazyky | 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" ] } |