Switch between recent tabs (MRU tabs switch)
Use a keyboard shortcut to switch between two most recent tabs.
Switch between recent tabs (MRU tabs switch)란 무엇입니까?
Switch between recent tabs (MRU tabs switch)은(는) ilyachase에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use a keyboard shortcut to switch between two most recent tabs."입니다.
확장 프로그램 스크린샷
Switch between recent tabs (MRU tabs switch) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
By default, the hotkey is Alt+Q (⌥Q on Mac) but can be configured by accessing the following URL: chrome://extensions/shortcuts Please, take note that it's not possible to use existing Chrome hotkeys on this page. If you still want to set e.g. Ctrl+Tab as a hotkey, you have to change the Chrome settings file. On Windows: Press Win+R and execute "notepad %LOCALAPPDATA%\Google\Chrome\User Data\Default\Preferences". On Ubuntu: gedit ~/.config/google-chrome/Default/Preferences Then change all occurrences of Alt+Q to Ctrl+Tab Important: if you're using Google account sync, disable settings synchronization. Otherwise, Chrome will be overriding the changed hotkey on each restart. If the above way doesn't work for you, follow the instructions on this Gist: https://gist.github.com/ilyachase/49c7a6d1aa543d16568520560cfaf226
확장 프로그램 기본 정보
이름 | Switch between recent tabs (MRU tabs switch) |
ID | jceaicinopjaoknlhdfdjileacogogep |
공식 URL | https://chromewebstore.google.com/detail/switch-between-recent-tab/jceaicinopjaoknlhdfdjileacogogep |
설명 | Use a keyboard shortcut to switch between two most recent tabs. |
파일 크기 | 76.57 KB |
설치 횟수 | 694 |
현재 버전 | 1.3 |
최근 업데이트 | 2024-03-02 |
출시 날짜 | 2021-11-14 |
평점 | 4.64/5 총 14 개의 평점 |
개발자 | ilyachase |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "commands": { "inject-script": { "suggested_key": "Alt+Q", "description": "Switch to the previous tab" } } } |