Quick Tab
A quick way to find the tab you're looking for when you have lots of them open.
Quick Tab란 무엇입니까?
Quick Tab은(는) https://tomlerendu.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A quick way to find the tab you're looking for when you have lots of them open."입니다.
확장 프로그램 스크린샷
Quick Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quick Tab provides a quick way to find the tab you're looking for among the many tabs you have open. Features - Open with keyboard shortcut - Search tabs - Navigate tabs with the arrow keys - Close tabs with right mouse - Switch between tabs Want a feature added or found a bug? https://github.com/tomlerendu/Quick-Tab/issues
확장 프로그램 기본 정보
이름 | Quick Tab |
ID | bdeifmcaonlafkglbdpbbhkeecjnkipo |
공식 URL | https://chromewebstore.google.com/detail/quick-tab/bdeifmcaonlafkglbdpbbhkeecjnkipo |
설명 | A quick way to find the tab you're looking for when you have lots of them open. |
파일 크기 | 519 KB |
설치 횟수 | 6,844 |
현재 버전 | 5.3.1 |
최근 업데이트 | 2020-06-30 |
출시 날짜 | 2020-06-30 |
평점 | 4.18/5 총 98 개의 평점 |
개발자 | https://tomlerendu.uk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/tomlerendu/Quick-Tab |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Tab", "version": "5.3.1", "permissions": [ "tabs", "storage" ], "minimum_chrome_version": "53", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Quick Tab", "default_popup": "index.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+T", "mac": "Alt+T", "chromeos": "Alt+T", "linux": "Alt+T" } } }, "description": "A quick way to find the tab you're looking for when you have lots of them open.", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": false } } |