U tabs
This extension will merge all the tabs from different windows into one window
U tabsคืออะไร?
U tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Neil และคุณลักษณะหลักของมันคือ "This extension will merge all the tabs from different windows into one window"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย U tabs
ดาวน์โหลดไฟล์ส่วนขยาย U tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Merge all the tabs from all the Chrome windows into the current window.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jamieplpgaodmgkcjpigniafokfmmhjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/u-tabs/jamieplpgaodmgkcjpigniafokfmmhjk |
คำอธิบาย | This extension will merge all the tabs from different windows into one window |
ขนาดไฟล์ | 9.38 KB |
จำนวนการติดตั้ง | 102 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-03-16 |
วันที่เผยแพร่ | 2017-03-16 |
ผู้พัฒนา | Neil |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "U tabs", "description": "This extension will merge all the tabs from different windows into one window", "version": "1.0", "background": { "scripts": [ "merge.js" ] }, "icons": { "48": "icon48.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_title": "Merge all tabs" }, "permissions": [ "tabs" ] } |