Ruby开发文档

Ruby开发文档网站(doc.rubyfans.com)的Chorme浏览器插件

What is Ruby开发文档?

Ruby开发文档 is a Chrome extension developed by https://doc.rubyfans.com, and its main feature is "Ruby开发文档网站(doc.rubyfans.com)的Chorme浏览器插件".

Extension Screenshots

screenshot
screenshot
screenshot

Download Ruby开发文档 Extension CRX File

Download Ruby开发文档 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Ruby开发文档网站(http://doc.rubyfans.com)为您提供Ruby和一些基于Ruby的优秀开源软件的在线API文档查阅服务,例如Rails、Rack等。为Ruby程序员提供高速、方便快捷的API查阅服务是我们的唯一宗旨。                    

Extension Basic Information

Name Ruby开发文档 Ruby开发文档
ID fldajflbololikdfkenehickgniedbdb
Official URL https://chromewebstore.google.com/detail/ruby%E5%BC%80%E5%8F%91%E6%96%87%E6%A1%A3/fldajflbololikdfkenehickgniedbdb
Description Ruby开发文档网站(doc.rubyfans.com)的Chorme浏览器插件
File Size 8.72 KB
Installation Count 1,366
Current Version 1.2
Last Updated 2014-01-17
Publish Date 2014-01-17
Rating 5.00/5 Total 1 Ratings
Developer https://doc.rubyfans.com
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ruby\u5f00\u53d1\u6587\u6863",
    "short_name": "Ruby\u5f00\u53d1\u6587\u6863",
    "description": "Ruby\u5f00\u53d1\u6587\u6863\u7f51\u7ad9(doc.rubyfans.com)\u7684Chorme\u6d4f\u89c8\u5668\u63d2\u4ef6",
    "version": "1.2",
    "author": "Xuhao",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "icon_48.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_38.png",
        "default_title": "Ruby\u5f00\u53d1\u6587\u6863",
        "default_tooltip": "\u6253\u5f00Ruby\u5f00\u53d1\u6587\u6863\u7f51\u7ad9"
    }
}