SpiderTab

SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.

O que é SpiderTab?

SpiderTab é uma extensão do Chrome desenvolvida por mircea.sorin.sebastian, e sua principal característica é "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SpiderTab

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

                        Chrome allows you to have a custom page set up as the 'new tab page', but what happens if you want more than one page to be opened whenever you start a new tab? This is exactly what SpiderTab allows you to do. Easily set up certain webpages and layouts as your default 'new tab page'.                    

Informações Básicas da Extensão

Nome SpiderTab SpiderTab
ID figmmpfpocbfimmkcobcchfmgppljhla
URL Oficial https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla
Descrição SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
Tamanho do Arquivo 1.11 MB
Contagem de Instalações 447
Versão Atual 1.1
Última Atualização 2020-08-03
Data de Publicação 2020-07-20
Classificação 4.13/5 Total de 8 Avaliações
Desenvolvedor mircea.sorin.sebastian
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sorinmircea.com/privacy_policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpiderTab",
    "version": "1.1",
    "description": "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.",
    "manifest_version": 2,
    "icons": {
        "512": "spider-512.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "spider-512.png",
        "default_popup": "popUp\/index.html",
        "default_title": "SpiderTab Manager"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ]
}