Ruby开发文档
Ruby开发文档网站(doc.rubyfans.com)的Chorme浏览器插件
什么是Ruby开发文档?
Ruby开发文档是由https://doc.rubyfans.com开发的Chrome扩展程序,该扩展的主要功能是“Ruby开发文档网站(doc.rubyfans.com)的Chorme浏览器插件”。
扩展截图
下载Ruby开发文档扩展crx文件
下载Ruby开发文档扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ruby开发文档网站(http://doc.rubyfans.com)为您提供Ruby和一些基于Ruby的优秀开源软件的在线API文档查阅服务,例如Rails、Rack等。为Ruby程序员提供高速、方便快捷的API查阅服务是我们的唯一宗旨。 扩展基本信息
| 名称 | |
| ID | fldajflbololikdfkenehickgniedbdb |
| 官方URL | https://chromewebstore.google.com/detail/ruby%E5%BC%80%E5%8F%91%E6%96%87%E6%A1%A3/fldajflbololikdfkenehickgniedbdb |
| 简介 | Ruby开发文档网站(doc.rubyfans.com)的Chorme浏览器插件 |
| 文件大小 | 8.72 KB |
| 安装次数 | 1,366 |
| 当前版本 | 1.2 |
| 更新时间 | 2014-01-17 |
| 上架时间 | 2014-01-17 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://doc.rubyfans.com |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |