The Fast Mode RSS Reader

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

O que é The Fast Mode RSS Reader?

The Fast Mode RSS Reader é uma extensão do Chrome desenvolvida por http://www.thefastmode.com, e sua principal característica é "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão The Fast Mode RSS Reader

Baixe arquivos de extensão The Fast Mode RSS Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome The Fast Mode RSS Reader The Fast Mode RSS Reader
ID jkocfkhaglikmlcnhjbandkocbllnpfm
URL Oficial https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm
Descrição Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
Tamanho do Arquivo 634 KB
Contagem de Instalações 209
Versão Atual 1.0.7
Última Atualização 2016-02-07
Data de Publicação 2016-02-07
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor http://www.thefastmode.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.thefastmode.com/
URL da Página de Política de Privacidade http://www.thefastmode.com/website-privacy-policy
Idiomas Suportados 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"
    ]
}