Newbie need help tutorisl on how to create addon or ext for

Talk about add-ons and extension development.
Post Reply
dsscsystems
Posts: 1
Joined: August 13th, 2018, 2:36 pm

Newbie need help tutorisl on how to create addon or ext for

Post by dsscsystems »

Hello,

Was wondering if anyone know any good tutorials that can teach me how to create addon or extension, i viewed the extension faq discussion those tutorial links are broken.

Also need to know which should i create if i need i need something that runs when firefox is loaded will communicate with a external program outside of firefox need it to listen to a port, for request then submit request to specified url then return results back to the external program using tcp, or is these anything built into firefox api i can use?

Problem i am having is firefox has tls1.2 and the program needs to run on windows server 2003, which only has tls 1.0, so i need the addon to submit request via firefox addon, then have results json/data returned back to the external program using tcpconnect? Can i accomplish this using firefox addon?
Post Reply