SpiderTab

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

SpiderTab क्या है?

SpiderTab mircea.sorin.sebastian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SpiderTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम SpiderTab SpiderTab
ID figmmpfpocbfimmkcobcchfmgppljhla
आधिकारिक URL https://chromewebstore.google.com/detail/spidertab/figmmpfpocbfimmkcobcchfmgppljhla
विवरण SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.
फ़ाइल का आकार 1.11 MB
स्थापना संख्या 447
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-08-03
प्रकाशन तिथि 2020-07-20
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर mircea.sorin.sebastian
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sorinmircea.com/privacy_policy
समर्थित भाषाएँ 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",
        "*:\/\/*\/*"
    ]
}