Tab Search

Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.

Tab Search란 무엇입니까?

Tab Search은(는) Tab Search Extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles.

Ctrl/Cmd+. shortcut opens Tab Search popup. Use arrow keys to navigate the tabs and Enter to switch to the chosen tab.

The default keyboard shortcuts could be customized in chrome://extensions/shortcuts.

Changes in Tab Search 0.3
- Searching across tabs in all windows (as requested by many users)
- Changing default shortcut to Ctrl/Cmd+. since the previous one was tampering with Google Docs and Quip functionality.                    

확장 프로그램 기본 정보

이름 Tab Search Tab Search
ID mgfejaiakfkkipbelelkcfbimnfjhebn
공식 URL https://chromewebstore.google.com/detail/tab-search/mgfejaiakfkkipbelelkcfbimnfjhebn
설명 Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.
파일 크기 16.15 KB
설치 횟수 7,128
현재 버전 0.3
최근 업데이트 2020-01-21
출시 날짜 2020-01-21
평점 3.89/5 총 38 개의 평점
개발자 Tab Search Extension
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Search",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.3",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "128": "img\/icon128.png",
            "16": "img\/icon16.png",
            "48": "img\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_tabsearch_button_details__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl + Period"
            },
            "description": "Open Tab Search"
        }
    }
}