Sublime-like tabbing
This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history
Sublime-like tabbing란 무엇입니까?
Sublime-like tabbing은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history"입니다.
확장 프로그램 스크린샷
Sublime-like tabbing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just install and set the shortcut you want to use in chrome://extensions/ (in the footer of the page). You can find the project on Github if you want to help: https://github.com/PhroZenOne/sub-like-ctrl-p
확장 프로그램 기본 정보
이름 | Sublime-like tabbing |
ID | omlbledfohkfgpgfoklielaeapiomcdk |
공식 URL | https://chromewebstore.google.com/detail/sublime-like-tabbing/omlbledfohkfgpgfoklielaeapiomcdk |
설명 | This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history |
파일 크기 | 85.93 KB |
설치 횟수 | 242 |
현재 버전 | 0.3 |
최근 업데이트 | 2013-11-25 |
출시 날짜 | 2013-11-25 |
평점 | 3.91/5 총 11 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sublime-like tabbing", "description": "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history", "author": "Mikael Berglund", "version": "0.3", "permissions": [ "history", "tabs", "bookmarks" ], "browser_action": { "default_icon": "icon.png", "default_popup": "tabwindow.html" }, "options_page": "options.html" } |