GoTo Tab
Productivity focused extension that helps you manage browser tabs
GoTo Tab란 무엇입니까?
GoTo Tab은(는) Praveen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Productivity focused extension that helps you manage browser tabs"입니다.
확장 프로그램 스크린샷
GoTo Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Multiple browser windows with infinite tabs. We all do this when working on something interesting or against a clock. With GoTo Tab, you can stop going through multiple tabs to find the right one. Give yourself a distraction-free experience and save the time spent on searching for tabs. Features • Manage tabs in multiple windows • Search and open tabs • Pin and Unpin tabs • Close tabs with shortcuts • Dark mode Shortcuts - Open GoTo Tab - CMD + SHIFT + K (Mac) | CTRL + SHIFT + K (Windows) - Navigate - UP & DOWN ARROW - Open tab - ENTER - Close tab - SHIFT + W - Pin tab - SHIFT + ENTER In the essence of Fundamental Rights to Privacy, • We do not have hidden ads. • We do not collect and store any personal data. That includes your browser history, usage data, etc. • We do not know who you are, where you are, and what you do. Tbh, we shouldn’t and don’t care. Did the developer slip in a bug? Get in touch with us directly at [email protected]
확장 프로그램 기본 정보
이름 | GoTo Tab |
ID | hjfkaobgkmaeomgdhmhhipdbjdhhjkoi |
공식 URL | https://chromewebstore.google.com/detail/goto-tab/hjfkaobgkmaeomgdhmhhipdbjdhhjkoi |
설명 | Productivity focused extension that helps you manage browser tabs |
파일 크기 | 95.34 KB |
설치 횟수 | 7,554 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2022-06-04 |
출시 날짜 | 2020-02-10 |
평점 | 4.07/5 총 56 개의 평점 |
개발자 | Praveen |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoTo Tab", "description": "Productivity focused extension that helps you manage browser tabs", "version": "3.0.0", "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": "assets\/images\/icon_128.png", "default_popup": "popup.html", "default_title": "Go to Tab" }, "icons": { "16": "assets\/images\/icon_16.png", "48": "assets\/images\/icon_128.png", "128": "assets\/images\/icon_128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K", "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K" } } }, "manifest_version": 2 } |