PowerSwitch
Switch tabs by typing
PowerSwitch란 무엇입니까?
PowerSwitch은(는) Malcolm Handley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch tabs by typing"입니다.
확장 프로그램 스크린샷
PowerSwitch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PowerSwitch is a tab switcher that lets you switch tabs instantly with your keyboard. Press command/control-k to open the list of tabs, type to filter the tabs, press enter to select one. This solves two problems: - you can pop over to a particular tab just by knowing its name. Lost your Gmail tab in ten windows with twelve tabs each? No problem: Just press command-k and type some of the name of the tab. - you can easily bounce between two tabs, the way that you can alt-tab between apps: command-k, enter. Version 2013.9.21 fixes bugs with full-screen windows and with not bringing a window to the front when switching tabs (apparently because of a change in Chrome's behavior) and removes the toolbar button. Now the keyboard shortcut is the only way to use PowerSwitch. Version 2013.4.2 fixes a bug that caused the list of tabs to be empty after loading certain kinds of tabs. (PowerSwitch is similar to Emacs' iswitchb and also to the Recent Files UI in IntelliJ.)
확장 프로그램 기본 정보
이름 | PowerSwitch |
ID | lljbpnomhjlnohbcipjjjmnbncfofobe |
공식 URL | https://chromewebstore.google.com/detail/powerswitch/lljbpnomhjlnohbcipjjjmnbncfofobe |
설명 | Switch tabs by typing |
파일 크기 | 57.42 KB |
설치 횟수 | 662 |
현재 버전 | 2020.4.1 |
최근 업데이트 | 2020-04-01 |
출시 날짜 | 2020-04-01 |
평점 | 4.68/5 총 28 개의 평점 |
개발자 | Malcolm Handley |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PowerSwitch", "version": "2020.4.1", "description": "Switch tabs by typing", "background": { "scripts": [ "MochiKit.js", "background.js" ] }, "commands": { "switch_tab": { "suggested_key": { "default": "Ctrl+K" }, "description": "Bring up the tab switcher" } }, "permissions": [ "tabs" ] } |