user3454166
user3454166

Reputation:

Extensions for android browsers

Recently I have been thinking about extensions/add-ons on android Devices. I have read somewhere that extensions don't work on android chrome. Is it true? Secondly, how can I develop extensions for android firefox ?Does the extensions build using sdk-addon for desktop browser will work for android devices?

Upvotes: 1

Views: 292

Answers (2)

wbamberg
wbamberg

Reputation: 1555

Yes: if you develop a Firefox add-on with the add-on SDK, it will work on the Firefox Android browser. Not all the APIs are supported, and you need to create a separate build of the add-on. See https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Mobile_development for the details.

Upvotes: 1

user1406716
user1406716

Reputation: 9705

You have heard correct. Extensions do not work on Chrome.

Does Chrome for Android support apps and extensions? Chrome apps and extensions are currently not supported on Chrome for Android. We have no plans to announce at this time. See Documentation here

Upvotes: 1

Related Questions