Switch Last Tabs

Use the shortcut (or define your own) to switch between your two last used tabs. Requires a one-time payment.

Switch Last Tabs란 무엇입니까?

Switch Last Tabs은(는) Or Schiro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the shortcut (or define your own) to switch between your two last used tabs. Requires a one-time payment."입니다.

확장 프로그램 스크린샷

screenshot

Switch Last Tabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        You can modify the shortcut by opening the following URL: 

chrome://extensions/shortcuts                    

확장 프로그램 기본 정보

이름 Switch Last Tabs Switch Last Tabs
ID odhjcgnlbagjllfbilicalpigimhdcll
공식 URL https://chromewebstore.google.com/detail/switch-last-tabs/odhjcgnlbagjllfbilicalpigimhdcll
설명 Use the shortcut (or define your own) to switch between your two last used tabs. Requires a one-time payment.
파일 크기 61.9 KB
설치 횟수 4,256
현재 버전 49
최근 업데이트 2024-02-28
출시 날짜 2020-05-30
평점 4.33/5 총 265 개의 평점
개발자 Or Schiro
이메일 [email protected]
결제 유형 in_app
도움말 페이지 URL https://github.com/orschiro/AltQ/issues
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "49",
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Q",
                "windows": "Alt+Q",
                "mac": "Alt+Q",
                "chromeos": "Alt+Q",
                "linux": "Alt+Q"
            }
        }
    },
    "permissions": [
        "storage",
        "offscreen"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}