TabOrganizer
This extension provides quick actions to manage tabs.
TabOrganizerคืออะไร?
TabOrganizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension provides quick actions to manage tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabOrganizer
ดาวน์โหลดไฟล์ส่วนขยาย TabOrganizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple Chrome extension to manage tabs. Offers the follow commands: - Sort By Title - Sorts all tabs in the current window by the Title of the page loaded in the tab. - Sort By Website - Sorts all tabs in the current window by the URL of the page loaded in the tab. - Sort By Domain - Sorts all tabs in the current window by the root domain the page loaded in the tab. This ignores all subdomains. - Merge All Windows - Moves all tabs from other windows and appends them to the end of the current window. - Move Tab to New Window - Creates a new window with the current tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabOrganizer |
ID | pihippcgjjgehpboiemeenhclbohhblo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/taborganizer/pihippcgjjgehpboiemeenhclbohhblo |
คำอธิบาย | This extension provides quick actions to manage tabs. |
ขนาดไฟล์ | 21.05 KB |
จำนวนการติดตั้ง | 58 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-05-14 |
วันที่เผยแพร่ | 2020-05-13 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/adrum/chrome-tab-organizer |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabOrganizer", "version": "1.0.1", "manifest_version": 2, "description": "This extension provides quick actions to manage tabs.", "homepage_url": "https:\/\/github.com\/adrum\/chrome-tab-organizer", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "TabOrganizer", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs" ] } |