Ajax In Firefox Plugin -
is there way send ajax request server firefox plugin? if yes how? if no, how have client server communication in firefox plugin?
i want json data server , manipulate dom object according client input.
i pretty beginner in plugin programming
regards, jishnu
from contentscript should add permissions access cross-domain content, urls want to:
"permissions": { "cross-domain-content": ["http://example.org/", "http://example.com/"] }
Comments
Post a Comment