Window Splitter
This extension lets the user split a window by the desired tab number.
Window Splitterคืออะไร?
Window Splitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Martorell และคุณลักษณะหลักของมันคือ "This extension lets the user split a window by the desired tab number."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Window Splitter
ดาวน์โหลดไฟล์ส่วนขยาย Window Splitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows the user to split a window by the desired tab number.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Window Splitter |
ID | nepdkknmimbffdhlnafambchmfflogic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/window-splitter/nepdkknmimbffdhlnafambchmfflogic |
คำอธิบาย | This extension lets the user split a window by the desired tab number. |
ขนาดไฟล์ | 49.48 KB |
จำนวนการติดตั้ง | 359 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2013-07-10 |
วันที่เผยแพร่ | 2013-07-10 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Ian Martorell |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Window Splitter", "description": "This extension lets the user split a window by the desired tab number.", "version": "0.1", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |