6

Can we have add-ons(FireFox) or extensions(Chrome) in the mobile browsers like how we are using them with web browsers.

Can we do the following things:

  1. Install an extension or plugin or add-on in the Mobile browser. (Mobile device can be Anything android or iPhone).

  2. And can we utilize the touch and text area click events like how we are using to get them and code something ourself for our plugin use.

  3. Can we use a javascript or ajax calls and accessing the browser events without using an webview.

  4. I need to know that,

If user types or clicks in the text fields i have to get know that and do access the browser text field and do some useful things to do by code.

But i don't want to use separate web view application. And i do want to stay in the browsers current view itself and do the above things.

For Android is dare needed one. Please help me out for this, i had a research a lot but i couldn't able to find the solution.

I want to know that whether we can do this or not.

I have a hope on you geeks, please give me a suggestion. Thanks in advance.

Kartihkraj Duraisamy
  • 3,171
  • 2
  • 25
  • 36

5 Answers5

4

Its not possible to add extension on chrome for android according to this.

It is possible to have a few addons on firefox for android. Just visit the firefox addons website from you device. It probably shows only the ones that can be installed on the device.

Community
  • 1
  • 1
varun1505
  • 800
  • 2
  • 8
  • 16
  • sorry. no idea about Safari – varun1505 Apr 03 '13 at 16:20
  • According to this: http://stackoverflow.com/questions/11302047/plugins-for-chrome-on-iphone - and this - http://stackoverflow.com/questions/7708342/ios-safari-support-plugins- It's not possible. – Oded Ben Dov Jun 27 '13 at 10:59
4

You can write add-on for Firefox Mobile using the Add-on SDK. Take a look to the documentation, specifically to the guide “Developing for Firefox Mobile”.

ZER0
  • 24,846
  • 5
  • 51
  • 54
3

Kitt supports extensions on iPhone using a subset of the extension framework used by Chrome.

Matthew Gertner
  • 4,487
  • 2
  • 32
  • 54
0

There is now a Chrome Beta for Android. It says you can install addons. It's, IMHO, pretty good and getting better with every revision. https://play.google.com/store/apps/details?id=com.chrome.beta&hl=en

EngineerGreg
  • 160
  • 1
  • 4
0

Chrome for android still has no support for extensions. Still its pretty good browser. If you really need addons you should try Firefox for android: https://play.google.com/store/apps/details?id=org.mozilla.firefox

Additionally, you can try both browser beta versions. :) Hopefully i was helpful

nerijusgood
  • 321
  • 1
  • 3
  • 17
  • Why were you down repped, that was bogus, i plus repped you. – Noitidart Jul 11 '15 at 09:37
  • I just test Firefox for Android, and as a chrome browser fanboy I was happily surprised. IMHO, Firefox for Android is great. It does allow addons, and keeps the UI to a minimum conserving precious screen space. Awesome!!! – Richard Chassereau Dec 06 '15 at 05:26