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 - Support for Chrome Extension Packing
Summary: Support for Chrome Extension Packing
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-13 09:08 UTC by Ondrej Brejla
Modified: 2015-01-13 09:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...;)