RubyDoc
Ruby API Documentation
Cos'è RubyDoc?
RubyDoc è un'estensione di Chrome sviluppata da achristoph, e la sua funzione principale è "Ruby API Documentation".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RubyDoc
Scarica i file di estensione RubyDoc 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
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
Informazioni di Base sull'Estensione
Nome | RubyDoc |
ID | gogpipblbplekhpfbhphlcofhibbjhoh |
URL Ufficiale | https://chromewebstore.google.com/detail/rubydoc/gogpipblbplekhpfbhphlcofhibbjhoh |
Descrizione | Ruby API Documentation |
Dimensione del File | 1.18 MB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-04-24 |
Data di Pubblicazione | 2014-04-24 |
Sviluppatore | achristoph |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |