Gulp Devtools
An extension to run gulp task from chrome devtools
Gulp Devtoolsとは何ですか?
Gulp Devtoolsはnikhilesh.kによって開発されたChromeの拡張機能で、その主な機能は「An extension to run gulp task from chrome devtools」です。
拡張機能のスクリーンショット
Gulp Devtools拡張機能のCRXファイルをダウンロード
Gulp Devtools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quick setup :
-------------------
- Download the gulp devtools extension from the Chrome Web Store.
- If not already installed, run `npm install -g gulp-devtools`
- Export gulp from your gulpfile.js by adding `module.exports = gulp;`
- Run `gulp-devtools` in a directory with a gulpfile!
- Open Chrome Dev tools, find the Gulp tab. Your gulp tasks should now be accessible from Chrome.
Project page:
-------------------
- https://github.com/niki4810/gulp-devtools 拡張機能の基本情報
| 名前 | |
| ID | ojpmgjhofceebfifeajnjojpokebkkji |
| 公式URL | https://chromewebstore.google.com/detail/gulp-devtools/ojpmgjhofceebfifeajnjojpokebkkji |
| 説明 | An extension to run gulp task from chrome devtools |
| ファイルサイズ | 587 KB |
| インストール数 | 763 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2014-05-15 |
| 公開日 | 2014-05-14 |
| 評価 | 4.40/5 合計 10 レビュー |
| 開発者 | nikhilesh.k |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gulp Devtools",
"description": "An extension to run gulp task from chrome devtools",
"version": "0.0.2",
"minimum_chrome_version": "10.0",
"devtools_page": "devtools.html",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"short_name": "gulp-devtools",
"icons": {
"16": "images\/gulp-devtools-16x16.png",
"48": "images\/gulp-devtools-48x48.png",
"128": "images\/gulp-devtools-128x128.png"
}
} | |