The Source Tab

Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser

O que é The Source Tab?

The Source Tab é uma extensão do Chrome desenvolvida por https://access.thesource.social, e sua principal característica é "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão The Source Tab

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

                                            

Informações Básicas da Extensão

Nome The Source Tab The Source Tab
ID nobbnaiokafldlmkbcoideaiapfcckej
URL Oficial https://chromewebstore.google.com/detail/the-source-tab/nobbnaiokafldlmkbcoideaiapfcckej
Descrição Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser
Tamanho do Arquivo 204 KB
Contagem de Instalações 298
Versão Atual 1.9
Última Atualização 2018-09-14
Data de Publicação 2018-09-13
Desenvolvedor https://access.thesource.social
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.thesource.social
URL da Página de Política de Privacidade http://access.thesource.social/doc/TheSource_Terms.pdf
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Source Tab",
    "version": "1.9",
    "description": "Discover thousands of hand-picked snackable content in the new tab on Google Chrome Browser",
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/access.thesource.social https:\/\/www.google-analytics.com; object-src 'self'"
}