Advanced Tabs

More power for your tabs

Advanced Tabs란 무엇입니까?

Advanced Tabs은(는) Snackbits에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "More power for your tabs"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Advanced Tabs gives your browser some more power for your tabs.

Current feature set:
- Keyboard shortcut to create new tab next to current tab
- Keyboard shortcut to duplicate current tab
- Keyboard shortcut to move selected tab(s) to a new window

If you have a feature request, feel free to contact me (rate the extension and write a comment).
This is just a prototype with minimal functionality.                    

확장 프로그램 기본 정보

이름 Advanced Tabs Advanced Tabs
ID elamcamcmfljngapamiephddjoggbgnk
공식 URL https://chromewebstore.google.com/detail/advanced-tabs/elamcamcmfljngapamiephddjoggbgnk
설명 More power for your tabs
파일 크기 12.87 KB
설치 횟수 129
현재 버전 1.1.0
최근 업데이트 2023-01-17
출시 날짜 2018-09-24
평점 5.00/5 총 1 개의 평점
개발자 Snackbits
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "WebIT-Service",
    "name": "__MSG_extName__",
    "version": "1.1.0",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/icon-32.png",
        "default_popup": "options.html",
        "default_title": "__MSG_actionTitle__"
    },
    "commands": {
        "new-tab-next-to-current": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "__MSG_newTabHotkey__"
        },
        "duplicate-tab": {
            "suggested_key": {
                "default": "Alt+D"
            },
            "description": "__MSG_duplicateTabHotkey__"
        },
        "move-tab-to-new-window": {
            "suggested_key": {
                "default": "Alt+Shift+T"
            },
            "description": "__MSG_moveTabToNewWindowHotkey__"
        }
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    }
}