Tab Finder

Search, pin and open tabs quickly.

Tab Finder란 무엇입니까?

Tab Finder은(는) Mega Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search, pin and open tabs quickly."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Find and navigate to any open tab by searching for the Title or URL. You can pin or close tabs directly from Tab Finder, too. 

Are you a keyboard shortcut virtuoso? We got you covered. You can use both your mouse and your keyboard to navigate through the list of tabs. Ctrl+Shift+Space brings up the extension. You can use the arrow keys to navigate between the tabs and hit enter to bring a tab in focus.                    

확장 프로그램 기본 정보

이름 Tab Finder Tab Finder
ID akikgmngikhdhecndjkjcacfefdbnnin
공식 URL https://chromewebstore.google.com/detail/tab-finder/akikgmngikhdhecndjkjcacfefdbnnin
설명 Search, pin and open tabs quickly.
파일 크기 454 KB
설치 횟수 570
현재 버전 1.0
최근 업데이트 2019-12-31
출시 날짜 2019-12-30
평점 5.00/5 총 4 개의 평점
개발자 Mega Apps
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Tab Finder",
    "name": "Tab Finder",
    "description": "Search, pin and open tabs quickly.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+U",
                "mac": "MacCtrl+Shift+Space"
            }
        }
    }
}