Divya
Divya

Reputation: 83

Can a firefox extension enable/disable other extensions working?

I am working with firefox extensions. I want an option of enabling other extension in the options dialog box. this will depend on users choice. Like for doing some work there are 3 extensions user has. I would like my extension to have an option of asking user which extension outta the three he wants to enable. I guess all my extension would need to know is the preference settings of others.

Upvotes: 1

Views: 276

Answers (1)

Can't Tell
Can't Tell

Reputation: 13426

Take a look at the following links.
https://developer.mozilla.org/en/Toolkit_API/FUEL https://developer.mozilla.org/en/Toolkit_API/extIExtensions https://developer.mozilla.org/en/Toolkit_API/extIExtension

Upvotes: 1

Related Questions