SpiderTab

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

Wat is SpiderTab?

SpiderTab is een Chrome-extensie ontwikkeld door mircea.sorin.sebastian, en de belangrijkste functie is "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SpiderTab

Download SpiderTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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'.                    

Basisinformatie over de Extensie

Naam SpiderTab SpiderTab
ID figmmpfpocbfimmkcobcchfmgppljhla
Officiële URL https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla
Beschrijving SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
Bestandsgrootte 1.11 MB
Aantal Installaties 447
Huidige Versie 1.1
Laatst Bijgewerkt 2020-08-03
Publicatiedatum 2020-07-20
Beoordeling 4.13/5 Totaal 8 Beoordelingen
Ontwikkelaar mircea.sorin.sebastian
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sorinmircea.com/privacy_policy
Ondersteunde Talen 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",
        "*:\/\/*\/*"
    ]
}