RubyDoc Search

Search Ruby documentation from ruby-doc.org within the Chrome omnibox

Cos'è RubyDoc Search?

RubyDoc Search è un'estensione di Chrome sviluppata da Dave McCloskey, e la sua funzione principale è "Search Ruby documentation from ruby-doc.org within the Chrome omnibox".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione RubyDoc Search

Scarica i file di estensione RubyDoc Search 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

                        Adds a custom search engine to the Chrome omnibox.  Just type "rdoc" then tab to start a custom search.  Your query will show results from ruby-doc.org.

This is a fork from MDN Search and available on github at https://github.com/dave-mccloskey/ruby-doc-search.

Thanks to https://github.com/lorddoig for v2 updates.                    

Informazioni di Base sull'Estensione

Nome RubyDoc Search RubyDoc Search
ID lhaebcbddhgblebbgogeikhnecldoigd
URL Ufficiale https://chromewebstore.google.com/detail/rubydoc-search/lhaebcbddhgblebbgogeikhnecldoigd
Descrizione Search Ruby documentation from ruby-doc.org within the Chrome omnibox
Dimensione del File 323 KB
Conteggio Installazioni 117
Versione Corrente 2.0.1
Ultimo Aggiornamento 2022-03-29
Data di Pubblicazione 2014-03-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Dave McCloskey
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RubyDoc Search",
    "description": "Search Ruby documentation from ruby-doc.org within the Chrome omnibox",
    "version": "2.0.1",
    "omnibox": {
        "keyword": "rdoc"
    },
    "options_page": "options\/index.html",
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com; object-src 'self'",
    "icons": {
        "16": "rubydoc-16.png",
        "48": "rubydoc-48.png",
        "128": "rubydoc-128.png",
        "512": "rubydoc-512.png"
    },
    "background": {
        "scripts": [
            "jquery-1.7.2.min.js",
            "underscore-1.3.3.min.js",
            "rubydoc_search.js"
        ]
    }
}