Toggle Last Tab

Toggle to your last tab using a keyboard shortcut.

Toggle Last Tab란 무엇입니까?

Toggle Last Tab은(는) rawbytz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Toggle to your last tab using a keyboard shortcut."입니다.

확장 프로그램 스크린샷

screenshot

Toggle Last Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        • Supports multiple Chrome windows
• Supports "Create shortcut" windows
• You can click on the toolbar icon to activate too.
• Lightweight, no special permissions required                    

확장 프로그램 기본 정보

이름 Toggle Last Tab Toggle Last Tab
ID pplmknomeoikmohcigcdbmbanedfjbff
공식 URL https://chromewebstore.google.com/detail/toggle-last-tab/pplmknomeoikmohcigcdbmbanedfjbff
설명 Toggle to your last tab using a keyboard shortcut.
파일 크기 12.28 KB
설치 횟수 266
현재 버전 0.1.3
최근 업데이트 2019-04-29
출시 날짜 2019-04-29
평점 4.25/5 총 4 개의 평점
개발자 rawbytz
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toggle Last Tab",
    "version": "0.1.3",
    "description": "Toggle to your last tab using a keyboard shortcut.",
    "browser_action": {
        "default_icon": "TLT_128.png",
        "default_title": "Toggle Last Tab"
    },
    "icons": {
        "128": "TLT_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Q"
            }
        }
    },
    "manifest_version": 2
}