SpiderTab

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

What is SpiderTab?

SpiderTab is a Chrome extension developed by mircea.sorin.sebastian, and its main feature is "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.".

Extension Screenshots

screenshot
screenshot
screenshot

Download SpiderTab Extension CRX File

Download SpiderTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SpiderTab SpiderTab
ID figmmpfpocbfimmkcobcchfmgppljhla
Official URL https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla
Description SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
File Size 1.11 MB
Installation Count 447
Current Version 1.1
Last Updated 2020-08-03
Publish Date 2020-07-20
Rating 4.13/5 Total 8 Ratings
Developer mircea.sorin.sebastian
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sorinmircea.com/privacy_policy
Supported Languages 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",
        "*:\/\/*\/*"
    ]
}