Ruby on Rails Search Kit
Instant access to the search bars every Rails developer needs
Что такое Ruby on Rails Search Kit?
Ruby on Rails Search Kit - это расширение Chrome, разработанное Paweł Urbanek, и его основная функция - "Instant access to the search bars every Rails developer needs".
Снимки экрана расширения
Скачать файл CRX расширения Ruby on Rails Search Kit
Скачайте файлы расширений Ruby on Rails Search Kit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Extension provides access to the search bars every Rails developer needs:
- GitHub
- Rails API
- Ruby-DOC
- Ruby Gems
Click the icon or press CTRL+SHIFT+F to bring up the search boxes. Select the target one with TAB. Type in the search phrase and press ENTER. 
Results will display in the current tab.
If you already have a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings.
You can check out the source code:
https://github.com/pawurb/railsSearchKit                     Основная информация о расширении
| Название |  | 
| ID | mbffhkcblmeaokcipfiockenaijcoikg | 
| Официальный URL | https://chromewebstore.google.com/detail/ruby-on-rails-search-kit/mbffhkcblmeaokcipfiockenaijcoikg | 
| Описание | Instant access to the search bars every Rails developer needs | 
| Размер файла | 43.27 KB | 
| Количество установок | 486 | 
| Текущая Версия | 0.2.4 | 
| Последнее Обновление | 2014-01-22 | 
| Дата публикации | 2014-01-22 | 
| Рейтинг | 4.45/5 Всего 11 оценок | 
| Разработчик | Paweł Urbanek | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://github.com/pawurb/railsSearchKit | 
| Поддерживаемые языки | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ruby on Rails Search Kit",
    "description": "Instant access to the search bars every Rails developer needs",
    "version": "0.2.4",
    "browser_action": {
        "default_title": "Ruby on Rails Search Kit",
        "default_popup": "search_bars.html",
        "default_icon": "images\/popup-icon.png"
    },
    "icons": {
        "128": "images\/128-icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "manifest_version": 2
} | |