Gulp Devtools

An extension to run gulp task from chrome devtools

What is Gulp Devtools?

Gulp Devtools is a Chrome extension developed by nikhilesh.k, and its main feature is "An extension to run gulp task from chrome devtools".

Extension Screenshots

screenshot
screenshot

Download Gulp Devtools Extension CRX File

Download Gulp Devtools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Gulp Devtools Gulp Devtools
ID ojpmgjhofceebfifeajnjojpokebkkji
Official URL https://chromewebstore.google.com/detail/gulp-devtools/ojpmgjhofceebfifeajnjojpokebkkji
Description An extension to run gulp task from chrome devtools
File Size 587 KB
Installation Count 763
Current Version 0.0.2
Last Updated 2014-05-15
Publish Date 2014-05-14
Rating 4.40/5 Total 10 Ratings
Developer nikhilesh.k
Payment Type free
Supported Languages 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"
    }
}