Tab Cutter
This extension divides one window into two
Tab Cutterคืออะไร?
Tab Cutter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย soags และคุณลักษณะหลักของมันคือ "This extension divides one window into two"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Cutter
ดาวน์โหลดไฟล์ส่วนขยาย Tab Cutter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This simple tab organization tool divides one window into two. If you have at least two tabs in the selected Chrome window, all the tabs on the left side of the selected tab will stay in the window, and the rest will move to the new window. If you are looking for Tab Scissors, have a try.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Cutter |
ID | mekmindbhhjinkmgdjabpgfkaekhmgkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-cutter/mekmindbhhjinkmgdjabpgfkaekhmgkj |
คำอธิบาย | This extension divides one window into two |
ขนาดไฟล์ | 11.09 KB |
จำนวนการติดตั้ง | 579 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-08-31 |
วันที่เผยแพร่ | 2023-08-30 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | soags |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/soags/tab-cutter |
URL หน้าช่วยเหลือ | https://github.com/soags/tab-cutter/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://soags.github.io/privacy-policy/chrome-extensions |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Cutter", "description": "This extension divides one window into two", "version": "1.0.1.0", "version_name": "1.0.1", "icons": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "action": { "default_icon": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "default_title": "Tab Cutter" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [] } |