I'm developing a JavaScript extension for Chromium and my current workflow is:
- Edit file
- Uninstall old file
- Install new file
- Test file
Is there a quicker way of doing this?
I'm using chromium-browser_5.0.375.125
in Ubuntu 10.04.
I'm developing a JavaScript extension for Chromium and my current workflow is:
Is there a quicker way of doing this?
I'm using chromium-browser_5.0.375.125
in Ubuntu 10.04.
Chrome will try to reload your files automatically now. Also you will have "Reload" button next to extension.
chrome://extensions/
+ Developer Mode
ID:
field~/.config/chromium/Default/Extensions/extension_id/version/script.js
For a pure JavaScript extension the version number should be 1.0
.