Organize Windows and Tabs
Organize Windows and Tabs
Organize Windows and Tabsคืออะไร?
Organize Windows and Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fatih Doğan และคุณลักษณะหลักของมันคือ "Organize Windows and Tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Organize Windows and Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Organize Windows and Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds these actions: * Merge windows and sort tabs: Merge all windows on target window, and sorts all tabs according to tab url alphabetically. * Merge windows: Merge all windows on target window. * Sort tabs: Sort tabs on target windows according to tab url alphabetically. * Close tabs from this domain: Closes all tabs with same domain. * Move tabs from this domain to this window Moves tabs from same domain with the selected tab's domain to current window. * Group tabs from this domain Groups tabs from same domain with the selected tab's domain. Default extension icon action is "Merge windows and sort tabs". This can be changed from options page. You can select "do nothing" option to disable default action. By default the extension ignores pinned tabs, popup and app windows for merge and sort actions. These can be changed from options page. This extension does not cause tab groups to be ungrouped.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Organize Windows and Tabs |
ID | ecdpecnghdabcaloifcmpjaimlnnjigi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/organize-windows-and-tabs/ecdpecnghdabcaloifcmpjaimlnnjigi |
คำอธิบาย | Organize Windows and Tabs |
ขนาดไฟล์ | 10.3 KB |
จำนวนการติดตั้ง | 801 |
เวอร์ชันปัจจุบัน | 1.4.1 |
อัปเดตครั้งล่าสุด | 2022-02-18 |
วันที่เผยแพร่ | 2020-06-02 |
คะแนน | 4.10/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Fatih Doğan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/fthdgn/chrome_organize_windows_tabs |
URL หน้าช่วยเหลือ | https://github.com/fthdgn/chrome_organize_windows_tabs |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "default_title": "Organize Windows and Tabs" }, "homepage_url": "https:\/\/github.com\/fthdgn\/chrome_organize_windows_tabs\/", "description": "Organize Windows and Tabs", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "manifest_version": 3, "name": "Organize Windows and Tabs", "offline_enabled": true, "options_page": "options.html", "permissions": [ "tabs", "contextMenus", "storage", "tabGroups" ], "version": "1.4.1" } |