SpiderTab

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

ما هو SpiderTab؟

SpiderTab هو إضافة Chrome تم تطويرها بواسطة mircea.sorin.sebastian، والميزة الرئيسية لها هي "SpiderTab allows you to easily set up certain webpages and layouts as your default 'new tab page'.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SpiderTab

قم بتنزيل ملفات الامتداد SpiderTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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",
        "*:\/\/*\/*"
    ]
}