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

enter image description here

and nothing happend in firefox.

is there mistake in operation?

or there way debug add-on without restart firefox?


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -