Peek-a-tab, Tabs Manager for Google Chrome™
Search, preview, jump across, and close tabs quickly in your chrome browser.
Peek-a-tab, Tabs Manager for Google Chrome™란 무엇입니까?
Peek-a-tab, Tabs Manager for Google Chrome™은(는) Pramjeet Ahlawat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search, preview, jump across, and close tabs quickly in your chrome browser."입니다.
확장 프로그램 스크린샷
Peek-a-tab, Tabs Manager for Google Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you have a lot of tabs opened in your browser and find it cumbersome to manage them? well here is the solution. Some points: * Use Alt+Space (Option+Space for mac) to get a list of all the tabs from all the windows. * Search in the title & url to quickly get the tab you want. * Preview a tab on mouse hover or on click. * Jump across between tabs quickly, even in different windows. * Close unnecessary tabs quickly. This extension's source code is available here: https://github.com/pramjeet/peek-a-tab
확장 프로그램 기본 정보
이름 | Peek-a-tab, Tabs Manager for Google Chrome™ |
ID | nnpdamdaknpnohmlbnmgphiodghbohop |
공식 URL | https://chromewebstore.google.com/detail/peek-a-tab-tabs-manager-f/nnpdamdaknpnohmlbnmgphiodghbohop |
설명 | Search, preview, jump across, and close tabs quickly in your chrome browser. |
파일 크기 | 134 KB |
설치 횟수 | 8,340 |
현재 버전 | 1.5.6 |
최근 업데이트 | 2019-07-27 |
출시 날짜 | 2019-07-26 |
평점 | 4.36/5 총 181 개의 평점 |
개발자 | Pramjeet Ahlawat |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Peek-a-tab, Tabs Manager for Google Chrome\u2122", "description": "Search, preview, jump across, and close tabs quickly in your chrome browser.", "version": "1.5.6", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "offline_enabled": true, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Space", "mac": "Alt+Space", "chromeos": "Alt+Space", "linux": "Alt+Space" } } } } |