Side Panel
Vertical tab menu that searches, moves, and sorts.
Side Panel là gì?
Side Panel là một tiện ích mở rộng Chrome được phát triển bởi solomonkinard, và tính năng chính của nó là "Vertical tab menu that searches, moves, and sorts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Side Panel
Tải xuống các tệp mở rộng Side Panel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Vertical tabs. Search and sort. Click the extension icon to show the popup and each favicon. Press enter after searching. Press tab key then enter. Automatically scroll to the focused tab. Try the bonus side panel feature. Move tabs by dragging and dropping. Middle click to close. Changelog # 0.0.2.8 * Added beautiful color coded tab movement. * Restored side panel menu visibility, caused by regression listed below. * Side Panel was affected by the browser regression that broke setPanelOptions. # 0.0.2.7 * Middle click now closes the tab that was clicked on. * Move tabs by dragging and dropping. * Use images instead of text for the top row of links. * Added hover title for the top row of links. * Search input box now has a magnifying glass in it. * Search input box now has a placeholder. * Automatically scroll to the focused tab in view. * Only scroll when the focused tab isn't visible on screen. * Animate scrolling. # 0.0.2.6 * Faster image loading by exiting the event loop and lazy loading favicons.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Side Panel |
ID | haoeabedojepcdeajfccghamflkfkjfc |
URL Chính Thức | https://chromewebstore.google.com/detail/side-panel/haoeabedojepcdeajfccghamflkfkjfc |
Mô tả | Vertical tab menu that searches, moves, and sorts. |
Kích Thước Tệp | 33.41 KB |
Số Lần Cài Đặt | 240 |
Phiên Bản Hiện Tại | 0.0.2.8 |
Cập Nhật Lần Cuối | 2023-04-09 |
Ngày Phát Hành | 2023-03-03 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | solomonkinard |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Side Panel", "version": "0.0.2.8", "manifest_version": 3, "description": "Vertical tab menu that searches, moves, and sorts.", "author": "Solomon Kinard", "action": { "default_popup": "default_popup.html" }, "permissions": [ "tabs", "favicon", "sidePanel", "storage" ], "icons": { "128": "icons\/128.png" }, "side_panel": { "default_path": "default_popup.html" } } |