473,785 Members | 2,879 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Plugins for Firefox?

Does anyone know of an example or a document describing how to write a
plug-in for Firefox in C#? As I understand it, Firefox uses the same
plug-in model as Netscape, so if perhaps a Netscape example would do as
well.
Nov 16 '05 #1
4 9790
Hi,

Do you mean Firefox Extension? If that is what you mean you can use XUL to
write the extension. I have posted a couple of urls at the end of this
message to get you started.

If you do mean plugin I have also posted some info on that as well (although
no c# specific information).

I hope this helps.

--------------------
http://www.xulplanet.com/
http://www.orablogs.com/duffblog/archives/000536.html

http://www.mozilla.org/projects/plugins/

Nov 16 '05 #2
Well, now you've gone and piqued my curiosity. <g>

What's the difference between a plugin and an extension? I have never
attempted to write either. When would you use a plugin vs. an extension?

This is purely a pet project -- personal learning. I have been playing with
non-IE browsers. So far, Opera has my favorite user interface, but I have
had to stop using it because I keep hitting sites that it cannot render
correctly. I've been playing around with Firefox, but I really miss the
mouse gesture support in Opera. I've downloaded some mouse gesture plugins
(or are they extensions??) for Firefox, but none of them seem to work as
smoothly as the ones in Opera, so I thought I would try writing my own.
"Brian Brown" <Br********@dis cussions.micros oft.com> wrote in message
news:E8******** *************** ***********@mic rosoft.com...
Hi,

Do you mean Firefox Extension? If that is what you mean you can use XUL
to
write the extension. I have posted a couple of urls at the end of this
message to get you started.

If you do mean plugin I have also posted some info on that as well
(although
no c# specific information).

I hope this helps.

--------------------
http://www.xulplanet.com/
http://www.orablogs.com/duffblog/archives/000536.html

http://www.mozilla.org/projects/plugins/

Nov 16 '05 #3
Hi,

The way that I view plugins is to add large scale functionality to the
browser that does not currently exist (e.g. Java support, Macromedia flash,
etc… NOTE: these are examples only these products currently work with Fire
Fox). The extension model is more useful for enabling smaller functionality
to the browser (e.g. mouse gestures).

Since this is a pet project I would suggest not concerning yourself with
writing a plug-in it would be much more productive to write an extension.
Since extensions are written using XUL and the implementation is
comparatively easy you can probably pop one out just by walking through a
tutorial or two. You should be able to add most any functionality that you
desire with this process. Just take a look at the extensions Adblock, Web
Developer .8 , ieview, and Mouse Gestures 1.0
(http://optimoz.mozdev.org/gestures/index.html) and you will see that a lot
is possible with the extension model that Mozilla has provided.
Good Luck!
Nov 16 '05 #4
Sounds great! Thank you very much, Brian!
"Brian Brown" <Br********@dis cussions.micros oft.com> wrote in message
news:39******** *************** ***********@mic rosoft.com...
Hi,

The way that I view plugins is to add large scale functionality to the
browser that does not currently exist (e.g. Java support, Macromedia
flash,
etc. NOTE: these are examples only these products currently work with Fire
Fox). The extension model is more useful for enabling smaller
functionality
to the browser (e.g. mouse gestures).

Since this is a pet project I would suggest not concerning yourself with
writing a plug-in it would be much more productive to write an extension.
Since extensions are written using XUL and the implementation is
comparatively easy you can probably pop one out just by walking through a
tutorial or two. You should be able to add most any functionality that you
desire with this process. Just take a look at the extensions Adblock, Web
Developer .8 , ieview, and Mouse Gestures 1.0
(http://optimoz.mozdev.org/gestures/index.html) and you will see that a
lot
is possible with the extension model that Mozilla has provided.
Good Luck!

Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4537
by: Aurélien Géron | last post by:
Hi, I'd like to write a simple portable browser plugin for Internet Explorer, Netscape and if possible other navigators too. Is there a way to do that using Python? For now I'd like to develop something like the GoogleBar, but I'd also like to know how to develop "in-frame" plugins such as Flash or Realplayer. I searched comp.python.com history but all I came across was someone saying "why would you want to write Browser Plugins in...
1
1742
by: censored | last post by:
Hi. I'm hoping for a bit of programming guidance here .... I have an application I wrote (it's an irc bot fyi), with which I want to use plugins. Basically, I want there to be directory called plugins/ . In plugins, there should be a bunch of *.py files. Each file should contain a single class.
4
4206
by: stu_pb | last post by:
I am designing a plugin system for a window application using .NET(C# specifically). One of the requirements of the plugin system is to be able to dynamically load/unload plugins. My initial thought was to use System.Reflection.Assembly.Load to load the plugins dynamically. This worked great, but I was left with no way to dynamically unload the plugin. So now I come to creating a new AppDomain for the plugins to reside in, since the...
1
2047
by: Thomas Seiler | last post by:
Hi, I hope, this is the right group. I am searching for various Visual Studio Plugins. I saw the Visual Assist Plugin last week and was very impressed. Now I wonder, if there are more little helpers to make the daily work easier? My favorite would be a plugin to have a local searchbar, which highlights the actually inserted text and is accessible with a shortcut like Ctrl+F. It should look similar to the search feature in the new FireFox...
5
3184
by: Christoph Haas | last post by:
Dear coders... I'm working on an application that is supposed to support "plugins". The idea is to use the plugins as packages like this: Plugins/ __init__.py Plugin1.py Plugin2.py Plugin3.py
5
3676
by: Michael McCarthy | last post by:
I want to develop plugin support for a system.montitor module I am working on. A lot of the modules will do mostly interop stuff for an older system, but I want to use it myself as well to monitor event logs and other things as I think of them... I've seen two ways of doing this, the abstract class factory, or the interface... the module logic is fairly simple, watch something -> get the result -> notify / fix / and or log it... I've...
0
1601
by: Greg Conely via .NET 247 | last post by:
I am creating a application that will be using plugins. I am doing this so that when I want to let this application work with another type of dbase system, I only have to write\install one plugin, not the entire app. I have created a base interface, it looks like: public interface myModel sub Initialize(byref DisplayPanel) sub Connect() sub Disconnect() sub Query() ...
1
2243
by: dscriv | last post by:
Hello, I have Netscape 8.0.4 (in Firefox mode) and Flash 8.0.24.0. I also have IE and Firefox installed. If I go to this page, which contains a Flash detection movie: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15507 all three browers successfully run the Flash movie and show the same version of Flash to be installed. However, if I try to use a javascript Flash detection solution, it does
7
3171
by: Laurent Navarro | last post by:
Hello, I created a software some times ago, which uses some plugins to work (which I coded also). I had problems to load those plugins as they used some classes and functions which were compiled into the main executable. So I had to compile them by hand, adding the main executable as reference to the csc.exe command line. It worked. Now, I would like to create another application which would use the
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10329
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10092
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8974
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2880
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.