Backxtab

Shortcut to the last visited tabs.

Backxtab란 무엇입니까?

Backxtab은(는) Damien Brunet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shortcut to the last visited tabs."입니다.

확장 프로그램 스크린샷

screenshot

Backxtab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Click the icon to select the last visited tab, click again while the counter is on to select the next-to-last one, etc...

When the counter turns off, clicking the icon sends you directly to the first tab you were on before going back in time.

You can customize the delay before the counter turns off: right-click the icon and choose 'options'.

You can assign a keyboard shortcut to Backxtab: chrome://extensions/shortcuts

Open-source: https://github.com/djrekca/Backxtab                    

확장 프로그램 기본 정보

이름 Backxtab Backxtab
ID fnfpaldoamkghkmcdpnailhjbibfkdei
공식 URL https://chromewebstore.google.com/detail/backxtab/fnfpaldoamkghkmcdpnailhjbibfkdei
설명 Shortcut to the last visited tabs.
파일 크기 17.2 KB
설치 횟수 85
현재 버전 1.2.0
최근 업데이트 2021-06-06
출시 날짜 2019-04-26
평점 4.83/5 총 6 개의 평점
개발자 Damien Brunet
이메일 [email protected]
결제 유형 free
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.0",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "minimum_chrome_version": "49",
    "manifest_version": 2
}