RailsPanel

Devtools panel for Rails development

RailsPanel là gì?

RailsPanel là một tiện ích mở rộng Chrome được phát triển bởi Dejan Simic, và tính năng chính của nó là "Devtools panel for Rails development".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RailsPanel

Tải xuống các tệp mở rộng RailsPanel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        RailsPanel is a Chrome extension for Rails development that will end your tailing of development.log. Have all information about your Rails app requests right there in the Developer Tools panel. Provides insight to db/rendering/total times, parameter list, rendered views, text editor integration and more. 

To use this extension you need to add meta_request gem to your app's Gemfile:

group :development do
  gem 'meta_request'
end                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RailsPanel RailsPanel
ID gjpfobpafnhjhbajcjgccbbdofdckggg
URL Chính Thức https://chromewebstore.google.com/detail/railspanel/gjpfobpafnhjhbajcjgccbbdofdckggg
Mô tả Devtools panel for Rails development
Kích Thước Tệp 155 KB
Số Lần Cài Đặt 10,282
Phiên Bản Hiện Tại 0.3.3
Cập Nhật Lần Cuối 2019-05-09
Ngày Phát Hành 2019-05-09
Đánh Giá 4.83/5 Tổng số 104 Đánh Giá
Nhà Phát Triển Dejan Simic
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dejan/rails_panel
URL Trang Trợ Giúp https://github.com/dejan/rails_panel/issues?state=open
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RailsPanel",
    "version": "0.3.3",
    "manifest_version": 2,
    "description": "Devtools panel for Rails development",
    "devtools_page": "devtools.html",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "vendor\/assets\/javascripts\/jquery-1.8.3.min.js",
            "assets\/javascripts\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/images\/Rails_Logo_16x16.png",
        "48": "assets\/images\/Rails_Logo_48x48.png",
        "128": "assets\/images\/Rails_Logo_128x128.png"
    }
}