This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 249781

Summary: Support for Chrome Extension Packing
Product: web Reporter: Ondrej Brejla <obrejla>
Component: HTML ProjectAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Ondrej Brejla 2015-01-13 09:08:33 UTC
Hi, it would be great to have an action on a folder in JS (Library?) project type which will "pack" that folder as a Chrome Extension. So one doesn't have to go to Chrome -> Extenstions -> Pack Extension -> Select -> Select...

Imho extensions can be packed by CLI by something like:

chrome.exe --pack-extension=c:\myext --pack-extension-key=c:\myext.pem

or

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --pack-extension=./myext --pack-extension-key=./myext.pem

Thanks :)
Comment 1 Vladimir Riha 2015-01-13 09:13:42 UTC
You could also use Grunt to run shell commands :) https://github.com/sindresorhus/grunt-shell
Comment 2 Ondrej Brejla 2015-01-13 09:38:51 UTC
I really don't want to learn, install and setup grunt, gulp, ant or whatever...I just wanna pack a dir with some UI for selecting private key...;)