complit
combine and split tabs.
complitคืออะไร?
complit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย takc923 และคุณลักษณะหลักของมันคือ "combine and split tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย complit
ดาวน์โหลดไฟล์ส่วนขยาย complit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
COMbine and sPLIT tabs. To split tabs - select tabs (shift + click or command + click tab) - click button to create new window with selected tabs. To combine tabs - don't select tabs - click button to move tabs of last focused window into current window.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | complit |
ID | pmjnllcflhjbbicackpaihinkkhbngco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/complit/pmjnllcflhjbbicackpaihinkkhbngco |
คำอธิบาย | combine and split tabs. |
ขนาดไฟล์ | 10.35 KB |
จำนวนการติดตั้ง | 162 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2014-10-13 |
วันที่เผยแพร่ | 2014-10-13 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | takc923 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "complit", "manifest_version": 2, "version": "0.1.2", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "description": "combine and split tabs.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "complit!" } } |