Ruby on Rails Search Kit
Instant access to the search bars every Rails developer needs
Ruby on Rails Search Kit란 무엇입니까?
Ruby on Rails Search Kit은(는) Paweł Urbanek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant access to the search bars every Rails developer needs"입니다.
확장 프로그램 스크린샷
Ruby on Rails Search Kit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension provides access to the search bars every Rails developer needs: - GitHub - Rails API - Ruby-DOC - Ruby Gems Click the icon or press CTRL+SHIFT+F to bring up the search boxes. Select the target one with TAB. Type in the search phrase and press ENTER. Results will display in the current tab. If you already have a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings. You can check out the source code: https://github.com/pawurb/railsSearchKit
확장 프로그램 기본 정보
이름 | Ruby on Rails Search Kit |
ID | mbffhkcblmeaokcipfiockenaijcoikg |
공식 URL | https://chromewebstore.google.com/detail/ruby-on-rails-search-kit/mbffhkcblmeaokcipfiockenaijcoikg |
설명 | Instant access to the search bars every Rails developer needs |
파일 크기 | 43.27 KB |
설치 횟수 | 486 |
현재 버전 | 0.2.4 |
최근 업데이트 | 2014-01-22 |
출시 날짜 | 2014-01-22 |
평점 | 4.45/5 총 11 개의 평점 |
개발자 | Paweł Urbanek |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/pawurb/railsSearchKit |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ruby on Rails Search Kit", "description": "Instant access to the search bars every Rails developer needs", "version": "0.2.4", "browser_action": { "default_title": "Ruby on Rails Search Kit", "default_popup": "search_bars.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 } |