Split Tab

Split tabs, supercharge productivity with multitasking

Split Tabคืออะไร?

Split Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Split Tab และคุณลักษณะหลักของมันคือ "Split tabs, supercharge productivity with multitasking"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Split Tab

ดาวน์โหลดไฟล์ส่วนขยาย Split Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Split tabs supercharge productivity by enabling multitasking. Users can view multiple web pages side by side within a single browser window, enhancing efficiency and facilitating seamless information access. This feature is particularly beneficial for research, comparison, and referencing tasks, allowing users to stay focused without constantly switching between tabs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Split Tab Split Tab
ID bgibefjpafcdgmgdjfdclpojjgfbnkac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/split-tab/bgibefjpafcdgmgdjfdclpojjgfbnkac
คำอธิบาย Split tabs, supercharge productivity with multitasking
ขนาดไฟล์ 59.81 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2024-02-20
วันที่เผยแพร่ 2024-02-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Split Tab
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Split Tab",
    "description": "Split tabs, supercharge productivity with multitasking",
    "version": "0.1.0",
    "default_locale": "en",
    "icons": {
        "128": ".\/icon\/icon-128.png",
        "48": ".\/icon\/icon-48.png",
        "16": ".\/icon\/icon-16.png"
    },
    "author": "Split Tab",
    "background": {
        "service_worker": "background.min.js"
    },
    "action": {
        "default_icon": ".\/icon\/icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Split Tab"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "declarativeNetRequest"
    ]
}