Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we have add-ons(FireFox) or extensions(Chrome) in the mobile browsers [Android or iPhone]

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.

like image 607
Kartihkraj Duraisamy Avatar asked Apr 03 '13 11:04

Kartihkraj Duraisamy


2 Answers

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.

like image 168
varun1505 Avatar answered Sep 19 '22 02:09

varun1505


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”.

like image 31
ZER0 Avatar answered Sep 19 '22 02:09

ZER0