The Fast Mode RSS Reader

Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.

Hvad er The Fast Mode RSS Reader?

The Fast Mode RSS Reader er en Chrome-udvidelse udviklet af http://www.thefastmode.com, og dens hovedfunktion er "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download The Fast Mode RSS Reader-udvidelses-CRX-fil

Download The Fast Mode RSS Reader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.                    

Grundlæggende oplysninger om udvidelsen

Navn The Fast Mode RSS Reader The Fast Mode RSS Reader
ID jkocfkhaglikmlcnhjbandkocbllnpfm
Officiel URL https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm
Beskrivelse Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Filstørrelse 634 KB
Antal Installationer 209
Nuværende Version 1.0.7
Senest Opdateret 2016-02-07
Udgivelsesdato 2016-02-07
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler http://www.thefastmode.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.thefastmode.com/
URL til Fortrolighedspolitik Side http://www.thefastmode.com/website-privacy-policy
Understøttede Sprog 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"
    ]
}