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 |
| 电子邮箱 | [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"
]
}
} | |