RubyDoc Search
Search Ruby documentation from ruby-doc.org within the Chrome omnibox
RubyDoc Search란 무엇입니까?
RubyDoc Search은(는) Dave McCloskey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search Ruby documentation from ruby-doc.org within the Chrome omnibox"입니다.
확장 프로그램 스크린샷
RubyDoc Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a custom search engine to the Chrome omnibox. Just type "rdoc" then tab to start a custom search. Your query will show results from ruby-doc.org. This is a fork from MDN Search and available on github at https://github.com/dave-mccloskey/ruby-doc-search. Thanks to https://github.com/lorddoig for v2 updates.
확장 프로그램 기본 정보
이름 | RubyDoc Search |
ID | lhaebcbddhgblebbgogeikhnecldoigd |
공식 URL | https://chromewebstore.google.com/detail/rubydoc-search/lhaebcbddhgblebbgogeikhnecldoigd |
설명 | Search Ruby documentation from ruby-doc.org within the Chrome omnibox |
파일 크기 | 323 KB |
설치 횟수 | 117 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2022-03-29 |
출시 날짜 | 2014-03-28 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Dave McCloskey |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RubyDoc Search", "description": "Search Ruby documentation from ruby-doc.org within the Chrome omnibox", "version": "2.0.1", "omnibox": { "keyword": "rdoc" }, "options_page": "options\/index.html", "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com; object-src 'self'", "icons": { "16": "rubydoc-16.png", "48": "rubydoc-48.png", "128": "rubydoc-128.png", "512": "rubydoc-512.png" }, "background": { "scripts": [ "jquery-1.7.2.min.js", "underscore-1.3.3.min.js", "rubydoc_search.js" ] } } |