Tab Search
This extension can be used search through your open tabs and switch to it
Tab Search란 무엇입니까?
Tab Search은(는) Kazz Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension can be used search through your open tabs and switch to it"입니다.
확장 프로그램 스크린샷
Tab Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to sift through your tabs, search them and switch to a particular one. This is extremely useful if you find yourself opening up 100's of tabs everyday. Let me know what you think. Any feedback is appreciated. Keyboard shortcut to open the popup - Ctrl + Shift + K (windows) / Command + Shift + K (mac) Love the app? Donations accepted :) Paypal: [email protected] Update ------ Version 1.1: Added keyboard support. Scroll through your search using up and down arrow. Choose your tab by hitting enter key.
확장 프로그램 기본 정보
이름 | Tab Search |
ID | okenomppckiglcldganbmjogplekbnjc |
공식 URL | https://chromewebstore.google.com/detail/tab-search/okenomppckiglcldganbmjogplekbnjc |
설명 | This extension can be used search through your open tabs and switch to it |
파일 크기 | 8.01 KB |
설치 횟수 | 330 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-04-15 |
출시 날짜 | 2016-04-15 |
평점 | 4.13/5 총 8 개의 평점 |
개발자 | Kazz Labs |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Search", "description": "This extension can be used search through your open tabs and switch to it", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Tab Search", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K", "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K" } } } } |