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 |
Eメール | [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" } } |