Move tabs between windows
Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
Move tabs between windowsคืออะไร?
Move tabs between windows เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ivan Novikov และคุณลักษณะหลักของมันคือ "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Move tabs between windows
ดาวน์โหลดไฟล์ส่วนขยาย Move tabs between windows ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Usually you have just the current tab selected, but Chrome also has built-in functionality to select multiple tabs: — To select specific tabs in a window, click tab handles while holding down Cmd (Mac) or Ctrl (Windows) key. — To select a range of tabs, click tab handles while holding down the Shift key. Source code: https://github.com/ivan7237d/move-tabs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Move tabs between windows |
ID | dcgkknngicjdagcjljfbhgdimlfhafag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag |
คำอธิบาย | Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window. |
ขนาดไฟล์ | 3.54 KB |
จำนวนการติดตั้ง | 216 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-11-08 |
วันที่เผยแพร่ | 2016-11-08 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Ivan Novikov |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitter.com/ivan7237d |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Move tabs between windows", "version": "1.0", "description": "Click the extension's toolbar button, then switch to another Chrome window \u2014 selected tab(s) will move to that window.", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "background.js" ] }, "offline_enabled": true, "browser_action": { "default_title": "Move tabs to another window" } } |