0
votes
0answers
27 views

Firefox complete meta-plug-in that loads specific html page to sidebar on page load event in main window

Say, just after user's click on link Firefox starts to load http://example.com/test.htm. Such meta-plug-in have to hook this event and to start loading "specific page" ...
0
votes
1answer
95 views

Font-Face not working in Firefox 18.0.1 (code and URL included)

Hello and thanks a ton for any help with my problem. Here are the facts: The URL is www.thecloudz.net, regarding the navigation links at the very top, the font is called brooklyn. The font on the ...
0
votes
2answers
2k views

How to add java plugin for Firefox on Linux? [closed]

I want to add java plugin for FireFox (v10.0.12) on Linux(Centos 5.6 64bit). I have JDK 1.7.0_12 installed, and add a symbolic link to plugin folder under /usr/lib/mozilla to the file libnpjp2.so ...
4
votes
1answer
145 views

External dll packing with NPAPI Plugin extension

I created an NPAPI plugin. It uses two other Dlls. I need to pack those Dll files along with Plugin dll as Extension. How can I do that? So that I can Place that dll to any folder and register it. Is ...
0
votes
0answers
33 views
0
votes
0answers
18 views

Is it possible to filter URLs using browser addons, extentions, or plugins? [duplicate]

Possible Duplicate: Chrome Redirect Extension I am new to content filtering using browser extensions. I am trying to implement blocking the sites and redirecting to default URL, when ...
0
votes
0answers
37 views

call plugin c++ function from browser extension's javascript [duplicate]

Possible Duplicate: Communication between extension and plugin I would like to know if its possible to call firefox browser plugin's c++ function from the browser extension's javascript ?
0
votes
1answer
31 views

hbox should be always at the bottom

I develop a Firefox plugin with popup panel. On the panel I have three elements with a hbox. First and second hbox have a fixed size (20px and 400px). The last element should be always on the bottom ...
1
vote
1answer
461 views

Does Firefox disable plugins that failed to initialize?

I am trying to test a Mozilla plugin (developed using FireBreath) in the form of an .so shared object file. The plugin was developed on Ubuntu, where it works fine. I am now trying it under OpenSUSE ...
0
votes
1answer
751 views

Packaging Mozilla (FireBreath) plugins into .xpi for FireFox?

Possibly this is related to Using a plugin generated with Firebreath in a Firefox Extension?; however, my question is possibly more specific, so here goes... I'm working on Linux (Ubuntu 11.04), and ...
0
votes
0answers
25 views

download monitor, plugin or addon

setup and ftp client with html interface and we're running tests remotely. Basically we want to set the browser to download 20+ files and come back later to see how long they took and what was kbs ...
0
votes
1answer
723 views

Icon size of a firefox addon / extensions in pixels

What is the correct dimensions (width and height) for a Firefox plugin or addon icon in pixels ? Is it the same size dimensions for chrome extensions?
0
votes
0answers
442 views

How to download right GWT dev plugin - help

As for today I have tried to install GWT Development plugin for my FF 4.0 For some reason the installer says that "no acceptable plugins were found" :( I watched the "other sys plugins list" and as ...
0
votes
0answers
169 views

GWT plugin for FF release doesn't work - help

I have faced a strange problem with GWT "Run as"... Since yesterday I tried to install Chrome and its GWT plugin since then my FF 5.0 GWT plugin doesn't work as the IE GWT plugin does :( I downloaded ...
1
vote
1answer
123 views

Including a Search Plugin in my Firefox Extension

I am developing a Firefox Extension (Firefox 3.6 and up) and i would like, when the user installs my extension to: Add my own Search Engine to the list of available Search Engines in Firefox. Change ...
0
votes
1answer
638 views

Load firebreath plugin in Firefox extension without injecting anything in DOM

Is there any way to load firebreath plugin in firefox extension.I've seen one way by injecting html related to plugin into DOM as explain here(see ...
1
vote
1answer
423 views

Plugin capabilities for Firefox

I am wondering what is the extent of functionality that add-ons/plugins can provide with Firefox. For example, can we edit the way Firefox reads and writes to its Sqlite database? I am considering ...
1
vote
3answers
158 views

Are HTML-only widgets secure?

I would like to display some boxes on random pages through a browser plug-in. The content of these boxes is also random. Is a simple check to remove scripts from said boxes enough to offer a user a ...
0
votes
1answer
2k views

Browser Helper Object (BHO) for Firefox, Chrome and Safari

I have a working Browser Helper Object (BHO) which is essentially an ATL based COM component. When the component is registered as a BHO in the Registry, the internet explorer calls the SetSite() ...
1
vote
1answer
234 views

XPCOM Plugin Support on FF 3.5+

I have got a plugin which is basically an IE equivalent ActiveX control, that supports scripting. I'm using the IDL file & XPCOM Glue in my Plugin - this works fine upto FF 3.5. Apparently as I ...
5
votes
1answer
1k views

xul : creating a right click context menu item for only hyperlinks

I got a question to ask on building firefox plugin, basically my aim is to do following things, 1) In my plugin I want to show right click context menu item for only links[anchor tags] and hide the ...
1
vote
3answers
65 views

I want to be able to search an html page that is refreshing every 10 seconds for the word “stat”

I want to be able to search an html page that is refreshing every 10 seconds for the word "stat". If the word is found I then want to alert the user through a pop up dialog and possibly a repeating ...
3
votes
5answers
3k views

Firefox plugin that can modify incoming data before the page processes it?

Say a webpage loads an external javascript at load, is there any such FireFox plugin that I could use to modify the javascript before the page actually processes it? (not just specifically javascript) ...
0
votes
1answer
109 views

Feedly is based on what ajax framework?

Feedly.com is kind of cool. Can you guys give me some clues about it is developed based on what ajax framework?
18
votes
1answer
4k views

python for firefox extensions?

Can I use python in firefox extensions? Does it work?
5
votes
5answers
14k views

SVN Firefox Plugin

Is there a firefox plugin which functions as an SVN client? I have checked on the official addon website. I really do not wish to go to the trouble of installing a standalone client, so is there ...