RubyDoc

Ruby API Documentation

什么是RubyDoc?

RubyDoc是由achristoph开发的Chrome扩展程序,该扩展的主要功能是“Ruby API Documentation”。

扩展截图

screenshot

下载RubyDoc扩展crx文件

下载RubyDoc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Greeting Rubyists!
This extension is created to assist you in searching Ruby classes and methods. All of the resources are taken directly from ruby-doc.org website

How to Use:
- Click the extension button or press the shortcut to open the search popup window: Alt + X on Standard Keyboard, Alt + X on Mac Keyboard                    

扩展基本信息

名称 RubyDoc RubyDoc
ID gogpipblbplekhpfbhphlcofhibbjhoh
官方URL https://chromewebstore.google.com/detail/rubydoc/gogpipblbplekhpfbhphlcofhibbjhoh
简介 Ruby API Documentation
文件大小 1.18 MB
安装次数 23
当前版本 1.0.1
更新时间 2014-04-24
上架时间 2014-04-24
开发者 achristoph
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RubyDoc",
    "version": "1.0.1",
    "description": "Ruby API Documentation",
    "permissions": [
        "http:\/\/*.ruby-doc.org\/",
        "storage",
        "tabs"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/ruby_16.png",
        "default_title": "Ruby Doc",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/ruby_16.png",
        "48": "icons\/ruby_48.png",
        "128": "icons\/ruby_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+R",
                "windows": "Alt+R",
                "mac": "Alt+R",
                "chromeos": "Alt+R",
                "linux": "Alt+R"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'",
    "manifest_version": 2
}