BurstTab
BurstTab is a fuzzy finder for chrome tabs.
BurstTab란 무엇입니까?
BurstTab은(는) Samarth Wahal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BurstTab is a fuzzy finder for chrome tabs."입니다.
확장 프로그램 스크린샷
BurstTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BurstTab is a fuzzy tab finder for the chrome browser. Features: - Type text to filter and sort the tabs by best match. - Switch to tab using mouse or keyboard. - Close any tab using mouse or keyboard. Shortcuts: - Ctrl+Shift+L activates the extension. - Ctrl+Shift+; closes the selected tab.
확장 프로그램 기본 정보
이름 | BurstTab |
ID | adhclekhkhclgbecfnoeedngokjggigm |
공식 URL | https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm |
설명 | BurstTab is a fuzzy finder for chrome tabs. |
파일 크기 | 92.5 KB |
설치 횟수 | 29 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2015-02-20 |
출시 날짜 | 2015-02-20 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Samarth Wahal |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/LordZamy/BurstTab |
도움말 페이지 URL | https://github.com/LordZamy/BurstTab |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BurstTab", "version": "0.0.3", "manifest_version": 2, "description": "BurstTab is a fuzzy finder for chrome tabs.", "homepage_url": "https:\/\/github.com\/LordZamy\/BurstTab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "BurstTab", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "chrome:\/\/favicon\/", "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "windows": "Ctrl+Shift+L", "mac": "Command+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |