RailsPanel
Devtools panel for Rails development
什么是RailsPanel?
RailsPanel是由Dejan Simic开发的Chrome扩展程序,该扩展的主要功能是“Devtools panel for Rails development”。
扩展截图
下载RailsPanel扩展crx文件
下载RailsPanel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | RailsPanel |
ID | gjpfobpafnhjhbajcjgccbbdofdckggg |
官方URL | https://chromewebstore.google.com/detail/railspanel/gjpfobpafnhjhbajcjgccbbdofdckggg |
简介 | Devtools panel for Rails development |
文件大小 | 155 KB |
安装次数 | 10,282 |
当前版本 | 0.3.3 |
更新时间 | 2019-05-09 |
上架时间 | 2019-05-09 |
评分 | 4.83/5 共104次评分 |
开发者 | Dejan Simic |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/dejan/rails_panel |
帮助页面URL | https://github.com/dejan/rails_panel/issues?state=open |
支持的语言 | 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" } } |