Ruby开发文档
Ruby开发文档网站(doc.rubyfans.com)的Chorme浏览器插件
Ruby开发文档란 무엇입니까?
Ruby开发文档은(는) https://doc.rubyfans.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ruby开发文档网站(doc.rubyfans.com)的Chorme浏览器插件"입니다.
확장 프로그램 스크린샷
Ruby开发文档 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ruby开发文档网站(http://doc.rubyfans.com)为您提供Ruby和一些基于Ruby的优秀开源软件的在线API文档查阅服务,例如Rails、Rack等。为Ruby程序员提供高速、方便快捷的API查阅服务是我们的唯一宗旨。
확장 프로그램 기본 정보
이름 | Ruby开发文档 |
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" } } |