Tabqueue

Handles tab activation history with a queue

Tabqueue란 무엇입니까?

Tabqueue은(는) https://appsweets.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Handles tab activation history with a queue"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tabqueue manages tab activation order, so if you close a tab, the last active tab will be highlighted. This functionality is inspired by Opera 12.

Tabqueue はタブの活性化の順番を管理し、タブを閉じた時に最後に選択したタブをアクティブにします。この機能は Opera 12 に影響を受けています。                    

확장 프로그램 기본 정보

이름 Tabqueue Tabqueue
ID pghkhbkcicjcmgobjcgcabpmngbljill
공식 URL https://chromewebstore.google.com/detail/tabqueue/pghkhbkcicjcmgobjcgcabpmngbljill
설명 Handles tab activation history with a queue
파일 크기 23.13 KB
설치 횟수 118
현재 버전 2.1.0
최근 업데이트 2023-10-24
출시 날짜 2016-07-22
평점 5.00/5 총 2 개의 평점
개발자 https://appsweets.net
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_name__",
    "version": "2.1.0",
    "icons": {
        "128": "icon128.png"
    },
    "description": "__MSG_extension_desc__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "homepage_url": "https:\/\/appsweets.net\/",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "commands": {
        "pop_history": {
            "suggested_key": "Ctrl+Comma",
            "description": "__MSG_pop_history_desc__"
        }
    }
}