Ruby开发文档
Ruby开发文档网站(doc.rubyfans.com)的Chorme浏览器插件
Cos'è Ruby开发文档?
Ruby开发文档 è un'estensione di Chrome sviluppata da https://doc.rubyfans.com, e la sua funzione principale è "Ruby开发文档网站(doc.rubyfans.com)的Chorme浏览器插件".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ruby开发文档
Scarica i file di estensione Ruby开发文档 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Ruby开发文档网站(http://doc.rubyfans.com)为您提供Ruby和一些基于Ruby的优秀开源软件的在线API文档查阅服务,例如Rails、Rack等。为Ruby程序员提供高速、方便快捷的API查阅服务是我们的唯一宗旨。
Informazioni di Base sull'Estensione
Nome | Ruby开发文档 |
ID | fldajflbololikdfkenehickgniedbdb |
URL Ufficiale | https://chromewebstore.google.com/detail/ruby%E5%BC%80%E5%8F%91%E6%96%87%E6%A1%A3/fldajflbololikdfkenehickgniedbdb |
Descrizione | Ruby开发文档网站(doc.rubyfans.com)的Chorme浏览器插件 |
Dimensione del File | 8.72 KB |
Conteggio Installazioni | 1,366 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-01-17 |
Data di Pubblicazione | 2014-01-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://doc.rubyfans.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |