RubyDoc

Ruby API Documentation

Co to jest RubyDoc?

RubyDoc to rozszerzenie Chrome opracowane przez achristoph, a jego główną funkcją jest „Ruby API Documentation”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia RubyDoc

Pobierz pliki rozszerzeń RubyDoc w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa RubyDoc RubyDoc
ID gogpipblbplekhpfbhphlcofhibbjhoh
Oficjalny URL https://chromewebstore.google.com/detail/rubydoc/gogpipblbplekhpfbhphlcofhibbjhoh
Opis Ruby API Documentation
Rozmiar pliku 1.18 MB
Liczba instalacji 23
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-04-24
Data Publikacji 2014-04-24
Deweloper achristoph
Typ Płatności free
Obsługiwane Języki 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
}