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ファイルをダウンロード
RubyDoc Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
} | |