Tab Finder

Search through tabs for title.

Tab Finder란 무엇입니까?

Tab Finder은(는) https://hexagonvoxels.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search through tabs for title."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension allows you to search through your open tabs in order to find a tab that you are looking for.  It's helpful whenever you have many tabs open and your tab titles are truncated.                    

확장 프로그램 기본 정보

이름 Tab Finder Tab Finder
ID ofjeoodmfogpeinbafdommgdecgjelac
공식 URL https://chromewebstore.google.com/detail/tab-finder/ofjeoodmfogpeinbafdommgdecgjelac
설명 Search through tabs for title.
파일 크기 285 KB
설치 횟수 46
현재 버전 0.1.2
최근 업데이트 2017-01-04
출시 날짜 2017-01-04
개발자 https://hexagonvoxels.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/zero298/TabFinder
도움말 페이지 URL https://github.com/zero298/TabFinder
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName__",
    "version": "0.1.2",
    "author": "zero298",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon16.png",
            "38": "img\/icon48.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "html\/tabfinder.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}