SpiderTab

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

Co to jest SpiderTab?

SpiderTab to rozszerzenie Chrome opracowane przez mircea.sorin.sebastian, a jego główną funkcją jest „SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SpiderTab

Pobierz pliki rozszerzeń SpiderTab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa SpiderTab SpiderTab
ID figmmpfpocbfimmkcobcchfmgppljhla
Oficjalny URL https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla
Opis SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
Rozmiar pliku 1.11 MB
Liczba instalacji 447
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-08-03
Data Publikacji 2020-07-20
Ocena 4.13/5 Łącznie 8 Oceny
Deweloper mircea.sorin.sebastian
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sorinmircea.com/privacy_policy
Obsługiwane Języki 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",
        "*:\/\/*\/*"
    ]
}