Find The Tab

Find the tab will help you to navigate between multiple tabs!

Find The Tab란 무엇입니까?

Find The Tab은(는) Daniel Sternlicht에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the tab will help you to navigate between multiple tabs!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Find The Tab will help you to navigate between multiple opened tabs and produce your productivity.

--------------------
How to use
--------------------

* Activate Find The Tab's search box by either clicking its icon next to the address bar, or pressing Alt+T keys on your keyboard.

* Navigate between search results with the Up & Down arrow keys.

* Press Enter/Return to navigate to the selected tab.

That's it! It's that simple :)

------------------
About us
------------------

An extension by Matan Blonder. 
Developed by Daniel Sternlicht.

--------------
Updates
--------------

02/07/14 - v.0.1.0

   * First release!                    

확장 프로그램 기본 정보

이름 Find The Tab Find The Tab
ID ajpepgjcbfdlafbkgkcnlmnjjolhodbh
공식 URL https://chromewebstore.google.com/detail/find-the-tab/ajpepgjcbfdlafbkgkcnlmnjjolhodbh
설명 Find the tab will help you to navigate between multiple tabs!
파일 크기 164 KB
설치 횟수 50
현재 버전 0.1.0
최근 업데이트 2014-07-03
출시 날짜 2014-07-03
평점 4.27/5 총 11 개의 평점
개발자 Daniel Sternlicht
결제 유형 free
확장 프로그램 웹 사이트 http://danielsternlicht.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "25",
    "name": "Find The Tab",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Find the tab will help you to navigate between multiple tabs!",
    "homepage_url": "http:\/\/www.danielsternlicht.com\/playground\/findTheTab\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+T",
                "linux": "Alt+T",
                "mac": "Alt+T",
                "windows": "Alt+T"
            }
        }
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Find The Tab",
        "default_popup": "src\/browser_action\/popup.html"
    }
}