Side Panel
Vertical tab menu that searches, moves, and sorts.
Side Panel란 무엇입니까?
Side Panel은(는) solomonkinard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vertical tab menu that searches, moves, and sorts."입니다.
확장 프로그램 스크린샷
Side Panel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Side Panel |
ID | haoeabedojepcdeajfccghamflkfkjfc |
공식 URL | https://chromewebstore.google.com/detail/side-panel/haoeabedojepcdeajfccghamflkfkjfc |
설명 | Vertical tab menu that searches, moves, and sorts. |
파일 크기 | 33.41 KB |
설치 횟수 | 240 |
현재 버전 | 0.0.2.8 |
최근 업데이트 | 2023-04-09 |
출시 날짜 | 2023-03-03 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | solomonkinard |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } } |