The Fast Mode RSS Reader
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Vad är The Fast Mode RSS Reader?
The Fast Mode RSS Reader är en Chrome-tillägg utvecklad av http://www.thefastmode.com, och dess huvudfunktion är "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".
Tilläggsskärmbilder
Ladda ner The Fast Mode RSS Reader-förlängningens CRX-fil
Ladda ner The Fast Mode RSS Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Grundläggande Information om Tillägg
Namn | |
ID | jkocfkhaglikmlcnhjbandkocbllnpfm |
Officiell webbadress | https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm |
Beskrivning | Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business. |
Filstorlek | 634 KB |
Antal Installationer | 209 |
Aktuell Version | 1.0.7 |
Senast Uppdaterad | 2016-02-07 |
Publiceringsdatum | 2016-02-07 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | http://www.thefastmode.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.thefastmode.com/ |
URL till Sekretesspolicy Sidan | http://www.thefastmode.com/website-privacy-policy |
Stödda Språk | 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" ] } |