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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Ruby on Rails Search Kit |
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 } |