TechNews

TechNews brings you the latest and greatest tech news of the day.

O que é TechNews?

TechNews é uma extensão do Chrome desenvolvida por TechTap, e sua principal característica é "TechNews brings you the latest and greatest tech news of the day.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão TechNews

Baixe arquivos de extensão TechNews 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

                        TechNews is a new tab chrome extension that summarizes the latest and greatest tech news of the day straight onto your web browser. Every time you open a tab, the latest news will immediately appear. 

TechNews also lets you to manage a reading list and save articles that can be read later.

The TechNews Chrome extension is and will always be free.                    

Informações Básicas da Extensão

Nome TechNews TechNews
ID babfhcgjchdmjknpmbdpcfggaonhimlj
URL Oficial https://chromewebstore.google.com/detail/technews/babfhcgjchdmjknpmbdpcfggaonhimlj
Descrição TechNews brings you the latest and greatest tech news of the day.
Tamanho do Arquivo 288 KB
Contagem de Instalações 96
Versão Atual 1.0.6
Última Atualização 2021-01-07
Data de Publicação 2020-12-28
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor TechTap
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TechNews",
    "version": "1.0.6",
    "description": "TechNews brings you the latest and greatest tech news of the day.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/us-central1-linkedbbapp.cloudfunctions.net https:\/\/www.google-analytics.com https:\/\/cdn.carbonads.com https:\/\/srv.carbonads.net 'unsafe-eval'; object-src 'self'"
}