GitHub Search Tool
Instant access to the GitHub search bar
GitHub Search Tool란 무엇입니까?
GitHub Search Tool은(는) Paweł Urbanek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant access to the GitHub search bar"입니다.
확장 프로그램 스크린샷
GitHub Search Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension provides access to the GitHub search bar. Click the icon or press CTRL(CMD)+SHIFT+F to show the search bar. Type in the search phrase and press ENTER. Results will display in the current tab. If you have already a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings.
확장 프로그램 기본 정보
이름 | GitHub Search Tool |
ID | mppgeiejiiffmgmhllepmpjpaaffakpl |
공식 URL | https://chromewebstore.google.com/detail/github-search-tool/mppgeiejiiffmgmhllepmpjpaaffakpl |
설명 | Instant access to the GitHub search bar |
파일 크기 | 23.06 KB |
설치 횟수 | 215 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2013-12-02 |
출시 날짜 | 2013-12-02 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Paweł Urbanek |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/pawurb/GitHubSimpleSearch |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Search Tool", "description": "Instant access to the GitHub search bar", "version": "0.2.2", "browser_action": { "default_title": "GitHub Simple Search", "default_popup": "search_bar.html", "default_icon": "images\/popup-icon.png" }, "icons": { "128": "images\/128-icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } }, "manifest_version": 2 } |