How to develop firefox add-on -
i developing firefox add-on using sdk, , use jpm run test it.
but everytime changed someting in code, have close browser , use jpm run start browser , test it.
can update without restart firefox?
i have made search on google, people told me should use extension auto-installer add-on.(https://addons.mozilla.org/en-us/firefox/addon/autoinstaller/)
as description says, extension listen port @ localhost(by default, @ 8888)
after installed it, use command wget --post-file=tieba.xpi http://localhost:8888/ post add-on, , here wget returned

and nothing happend in firefox.
is there mistake in operation?
or there way debug add-on without restart firefox?
Comments
Post a Comment