Tabsplit

Tabsplit can convert multiple tabs into one page containing original websites in frames. You can create you own pages containing…

Tabsplitคืออะไร?

Tabsplit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RBBR และคุณลักษณะหลักของมันคือ "Tabsplit can convert multiple tabs into one page containing original websites in frames. You can create you own pages containing…"

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

screenshot

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

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

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

                        Tabsplit can convert multiple tabs into one page containing original websites in frames. 

You can create you own pages containing Jira issues together with GitLab merge requests, or Jira roadmap + Miro board, for example. 

 Limitations 

Due to browser security policy limitations, Tabsplit WILL NOT work until you install [Ignore X-Frame extension](https://chrome.google.com/webstore/detail/ignore-x-frame-headers/gleekbfjekiniecknbkamfmkohkpodhe) together with Tabplit (it may be integrated into Tabsplit in later versions).

Still, some websites might not work in they are not designed to work inside frames.

 Proven to work with 

With [Ignore X-Frame extension](https://chrome.google.com/webstore/detail/ignore-x-frame-headers/gleekbfjekiniecknbkamfmkohkpodhe) Tabsplit is proven to work with: 
- Jira
- GitLab
- Gmail
- Youtube
- Google Maps
- Google Search
- Google Docs
- DuckDuckGo
- QuickNote
- Miro

 Limited support 

- GitHub
- Heroku
- Twitter
- Wikipedia

 How to use 

1. Choose multiple tabs by holding Shift key and selecting multiple tabs you want to combine into single page.
2. Click Tabsplit extension icon → Done!

 Features 

- Instantly shareable
- Three layouts: Vertical, Horisontal & Grid
- Ability to rename your splits
- "Unsplit" your site back to tabs.                    

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

ชื่อ Tabsplit Tabsplit
ID hndbnkcmgkepfjhlaapglkfkelfgnepp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabsplit/hndbnkcmgkepfjhlaapglkfkelfgnepp
คำอธิบาย Tabsplit can convert multiple tabs into one page containing original websites in frames. You can create you own pages containing…
ขนาดไฟล์ 8.12 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 0.0.12
อัปเดตครั้งล่าสุด 2022-04-13
วันที่เผยแพร่ 2022-02-17
ผู้พัฒนา RBBR
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tabsplit.io
URL หน้าช่วยเหลือ https://tabsplit.io/support
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabsplit",
    "version": "0.0.12",
    "author": "",
    "icons": {
        "16": "assets\/icon16x16.png",
        "32": "assets\/icon32x32.png",
        "48": "assets\/icon48x48.png",
        "64": "assets\/icon64x64.png",
        "128": "assets\/icon128x128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/tabsplit.io\/*",
        "https:\/\/www.tabsplit.io\/*",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/www.split.local:3000\/*",
            "https:\/\/staging.tabsplit.io\/*",
            "https:\/\/www.tabsplit.io\/*"
        ]
    },
    "action": {
        "default_title": "Tabsplit",
        "default_icon": {
            "16": "assets\/icon16x16.png",
            "32": "assets\/icon32x32.png"
        }
    }
}