SuperTabs

SuperTabs allows you to list and search current open tabs and switch to them quickly.

SuperTabs란 무엇입니까?

SuperTabs은(는) https://hamedmp.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SuperTabs allows you to list and search current open tabs and switch to them quickly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Have you ever lost in the open tabs of your browser? Do you know how many open tabs you have at the moment? 

SuperTabs allows you to list and search current open tabs and switch to them quickly.

You can search for tabs based on their titles. The number of open tabs is shown as badge counter. By selecting the title of the tabs, it will get activated. You can navigate through the search result using Tab button and pressing Enter will activate that tab. 

For opening the pop up, use the shortcut of Cmd+E on Mac and Ctrl+E on Windows. Video here: https://youtu.be/uad9mZknUDk

Enjoying it? Cheer me up by buying me a coffee, I love it: buymeacoff.ee/hamedmp                    

확장 프로그램 기본 정보

이름 SuperTabs SuperTabs
ID mlgnpmfabelpnbinakibjcaibnfdnpkn
공식 URL https://chromewebstore.google.com/detail/supertabs/mlgnpmfabelpnbinakibjcaibnfdnpkn
설명 SuperTabs allows you to list and search current open tabs and switch to them quickly.
파일 크기 40.65 KB
설치 횟수 2,683
현재 버전 1.0.1
최근 업데이트 2018-05-28
출시 날짜 2018-05-28
평점 4.86/5 총 7 개의 평점
개발자 https://hamedmp.github.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/HamedMP/SuperTabs
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SuperTabs",
    "description": "SuperTabs allows you to list and search current open tabs and switch to them quickly.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "64": "assets\/icon_64.png",
            "128": "assets\/icon_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "SuperTabs"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "global": true
        }
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}