Where is my tab?
Search in tabs.
Where is my tab?란 무엇입니까?
Where is my tab?은(는) Michal Fabry에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search in tabs."입니다.
확장 프로그램 스크린샷
Where is my tab? 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url. You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F): - go to chrome://extensions/ - on the bottom of the page, click on "Configure commands" link - assign the keyboard shortcut for "Where is my tab?" extension Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab
확장 프로그램 기본 정보
이름 | Where is my tab? |
ID | bllfmidjjfmafmfoiobkkcjkcddccngp |
공식 URL | https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp |
설명 | Search in tabs. |
파일 크기 | 35.11 KB |
설치 횟수 | 67 |
현재 버전 | 1.1 |
최근 업데이트 | 2013-02-21 |
출시 날짜 | 2013-02-21 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Michal Fabry |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/furbos/where-is-my-tab |
도움말 페이지 URL | https://github.com/furbos/where-is-my-tab/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Where is my tab?", "version": "1.1", "manifest_version": 2, "description": "Search in tabs.", "icons": { "16": "media\/icon16.png", "48": "media\/icon48.png", "128": "media\/icon128.png" }, "browser_action": { "default_icon": "media\/icon19.png", "default_title": "Where is my tab?", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |