Reader One New Tab

All News in One App for Chrome New Tab

O que é Reader One New Tab?

Reader One New Tab é uma extensão do Chrome desenvolvida por https://reader.one, e sua principal característica é "All News in One App for Chrome New Tab".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Reader One New Tab

Baixe arquivos de extensão Reader One New Tab 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

                        One App for New Tab

This add on will list hot topics from Product Hunt, Hacker News, DN & Reddit on your Chrome New Tab.                    

Informações Básicas da Extensão

Nome Reader One New Tab Reader One New Tab
ID hflhgklopklngaeoamlkieklibeeelbg
URL Oficial https://chromewebstore.google.com/detail/reader-one-new-tab/hflhgklopklngaeoamlkieklibeeelbg
Descrição All News in One App for Chrome New Tab
Tamanho do Arquivo 211 KB
Contagem de Instalações 263
Versão Atual 1.0.1
Última Atualização 2019-08-07
Data de Publicação 2019-08-07
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor https://reader.one
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": ".\/public\/index.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/*.reader.one https:\/\/reader.one",
    "description": "All News in One App for Chrome New Tab",
    "icons": {
        "128": ".\/public\/assets\/icon_128.png",
        "16": ".\/public\/assets\/icon_16.png",
        "48": ".\/public\/assets\/icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reader.one\/"
            ],
            "js": [
                "scripts\/installed.js"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "Reader One New Tab",
    "permissions": [
        "alarms",
        "storage",
        "https:\/\/*.reader.one\/"
    ],
    "version": "1.0.1"
}