Tech News Go

Open a new tab with today's tech news and a custom search box

O que é Tech News Go?

Tech News Go é uma extensão do Chrome desenvolvida por Avinersoft, e sua principal característica é "Open a new tab with today's tech news and a custom search box".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tech News Go

Baixe arquivos de extensão Tech News Go 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

                        By clicking “Add to chrome”, I accept and agree to installing the Tech News Go Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing.

Terms: https://avinersoft.com/app/tech/terms-and-conditions
Privacy: https://avinersoft.com/app/tech/privacy-policy
About: https://avinersoft.com/about-us
Contact:  https://avinersoft.com/contact                    

Informações Básicas da Extensão

Nome Tech News Go Tech News Go
ID lfpcbkbhffokplmdpnmfckbacenlldaf
URL Oficial https://chromewebstore.google.com/detail/tech-news-go/lfpcbkbhffokplmdpnmfckbacenlldaf
Descrição Open a new tab with today's tech news and a custom search box
Tamanho do Arquivo 1.4 MB
Contagem de Instalações 48
Versão Atual 1.01
Última Atualização 2022-01-10
Data de Publicação 2021-08-05
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Avinersoft
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://avinersoft.com
URL da Página de Ajuda https://avinersoft.com/contact
URL da Página de Política de Privacidade https://avinersoft.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tech News Go",
    "description": "Open a new tab with today's tech news and a custom search box",
    "version": "1.01",
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "browser_action": {
        "default_icon": "icon\/48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/static.elfsight.com https:\/\/apps.elfsight.com; object-src 'self'"
}