SpiderTab

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

Vad är SpiderTab?

SpiderTab är en Chrome-tillägg utvecklad av mircea.sorin.sebastian, och dess huvudfunktion är "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner SpiderTab-förlängningens CRX-fil

Ladda ner SpiderTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SpiderTab SpiderTab
ID figmmpfpocbfimmkcobcchfmgppljhla
Officiell webbadress https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla
Beskrivning SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
Filstorlek 1.11 MB
Antal Installationer 447
Aktuell Version 1.1
Senast Uppdaterad 2020-08-03
Publiceringsdatum 2020-07-20
Betyg 4.13/5 Totalt 8 Betyg
Utvecklare mircea.sorin.sebastian
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sorinmircea.com/privacy_policy
Stödda Språk 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",
        "*:\/\/*\/*"
    ]
}