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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | 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" } } |