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 อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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",
        "*:\/\/*\/*"
    ]
}