Alltabs

Amazing visual artists every time you open a new tab.

O que é Alltabs?

Alltabs é uma extensão do Chrome desenvolvida por https://newnow.cool, e sua principal característica é "Amazing visual artists every time you open a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Alltabs

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

                        Alltabs collaborates with interesting contemporary artist from all around the world. We bring you fresh photos and visual art to all your new tabs. 

This is a project by New Now.                    

Informações Básicas da Extensão

Nome Alltabs Alltabs
ID ngjbedmelbifgachalpagdgiccokplkd
URL Oficial https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd
Descrição Amazing visual artists every time you open a new tab.
Tamanho do Arquivo 7.18 KB
Contagem de Instalações 30
Versão Atual 1.0.0
Última Atualização 2021-05-09
Data de Publicação 2021-04-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://newnow.cool
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.alltabs.co/
URL da Página de Política de Privacidade https://newnow.cool/privacy.html
Idiomas Suportados en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "alltabs.html#newTab"
    },
    "content_security_policy": "default-src 'self' 'unsafe-eval';   script-src 'self';   style-src 'self' 'unsafe-inline';   img-src 'self' data: chrome: filesystem:;   connect-src 'self' http: https: chrome-extension:;   frame-src http: https:",
    "description": "Amazing visual artists every time you open a new tab.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "28",
    "name": "Alltabs",
    "omnibox": {
        "keyword": "f"
    },
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "alltabs.html"
    ]
}