0
votes
0answers
54 views

Using Chrome extension, how do I make a tab make a POST request and navigate?

Using Chrome extension, how do I make a tab make a POST request and navigate? I am looking at something very similar to chrome.tabs.update. chrome.tabs.update allows me to 'navigate the tab to' a ...
0
votes
0answers
14 views

Addon/Exension/Software to Control Web Multimedia Players

How could one go about creating software that can, pause, play and read the current playback time of a Flash or HTML5 media player on any given webpage? I'm looking for a solution that will work for ...
-2
votes
1answer
33 views

Equivalent extension in chrome for removing site's cookies [closed]

I use this extension in Firefox for an easy one-click method of removing all a site's cookies. https://addons.mozilla.org/en-US/firefox/addon/remove-cookies-for-site/ Does anyone know if there's an ...
0
votes
1answer
35 views

Chrome Extension Plugin Ability?

I am building an extension for Chrome which gives the user a basic API. I would like for other developers to have the ability to add functions of their own to my API. For example, some developers ...
1
vote
1answer
1k views

convert a chrome extension to firefox extension [closed]

I have some chrome extensions of both types (one type shows an icon on the right side of address bar, clicking on it shows html files as a part of the whole page. Other type shows app icon on the list ...
0
votes
2answers
74 views

Tool to replace URL with custom content

Is there a development tool or Chrome / Firefox extension that lets you replace the contents of a specific URL with my own custom content? I'm not looking for a simple /etc/hosts file change, because ...
0
votes
1answer
219 views

Convert chrome extension into firefox

Hi Guys I want chrome extension(google instant dictionary) in firefox. I was already converted from www.extensionfactory.com which worked same but after the updated firefox due to compatibility issue ...
0
votes
2answers
145 views

Calculate the response time of a particular request made by the firefox browser

How do i Calculate the response time of a particular request made by the firefox browser. Even i will like to find the response time for chrome browser.
1
vote
1answer
41 views

Is it possible to install an AppCache manifest file while offline?

In times where I want to install an offline Browser App in an offline setting, is it possible to install the AppCache manifest file so the app can show up at http://example.com/app.html? It doesn't ...
0
votes
1answer
89 views

List of all the Firefox and Chrome extensions

Does anyone know how I can get to a list of all the extensions of Firefox and Chrome? I do not want an addon what I can use to dump all of my extensions, I want all the available extensions for ...
0
votes
1answer
63 views

Looking for a chrome/firefox plugin to patch/modify content before parsing/analysis

I am looking for a plugin that would run on an OSX based browser (Chrome, FF) and that would let me "patch" / "modify" content before it is parsed/analysed by the browser. My dream would be to have ...
2
votes
2answers
299 views

Bypassing the browse file / upload file dialog

I am building a Chrome extension for internal use, and at one step, the user can upload a file. This is always the same file, and I would like to skip the browse dialog and directly assign the proper ...
1
vote
3answers
175 views

How can i use AdSense with my Firefox/Chrome extension? (is there anyway?)

I have a website and I display my AdSense ads there. I also develop a Firefox/Chrome extension for a browser game. In order not to put a price to my extension I want to display some adds. This means ...
0
votes
1answer
53 views

“Permissions” needed taking website data then sending form to another website

Having an extension that takes data from Gmail, then sends information to another site like example.com. Which permissions should I specify in the manifest file? (extension actually works in Chrome ...
2
votes
1answer
152 views

How does Same Origin Policy apply to browser extensions?

Given a browser extension that sends information from one webpage to an entirely different server, is this violating the same origin policy?
-2
votes
1answer
403 views

NSIS Script example to install extension on all browsers (Chrome, FF, IE, Opera, Safari)

i need to package my plugin into an installer so that it can install on all available browsers on the computer. After browsing many topics, i found a couple of script to single install Chrome or FF ...
0
votes
1answer
193 views

Can I manually check the value of readyState of a browser?

I have a page where RFT (Rational Functional Tester) tells me that readyState is 3 for IE. Visually it looks like the loading of this page finished. Can I somehow manually check the readyState value ...
0
votes
2answers
210 views

How to get a DOM Window reference for a Google Chrome Extension?

I am porting a firefox extension to google chrome built using GWT. In the linker, I need to specify $wnd and $doc variables. The equivalent in firefox is as follows: var $wnd = ...
0
votes
0answers
35 views

What are some difficulties developers can experience when coding browser extensions? (All browsers) [closed]

I'm getting into the realm of browser add-ons, specifically extensions. I'm hoping to compile a list of pitfalls and difficulties in order to frame my perspective into what is possible/feasible and ...
0
votes
1answer
117 views

How to hook browser Print command like File->Print or File->Save

Is there a way to HOOk browser commands in IE/FF/Chrome Like Office applications? we can hook keyboard events, but how to hook menu items??
0
votes
1answer
112 views

Is there an equivalent for firefox AddonInstall in chrome extensions?

In Firefox this code can install a new addon: Components.utils.import("resource://gre/modules/AddonManager.jsm"); AddonManager.getInstallForURL("http://www.foo.com/test.xpi", function(aInstall) { ...
2
votes
2answers
75 views

How am I able to take a screenshot of the dev tool in the current browser?

Awesome screenshot is a great tool and I'am using it for google chrome. Now, I would like to shot the devtool too which is part of the google chrome browser, but using Awesome screenshot is not ...
4
votes
4answers
2k views

cross-browser extension development alternatives

I would like to develop a browser extension for all major browsers. From what I've read this can be quite painful, particularly for IE. Before starting with the project, I would like to know what ...
4
votes
2answers
580 views

Can a site invoke a browser extension?

I am a newbie to the browser extension development and I understand the concept of browser extensions altering the page and injecting codes into it. Is there a way this direction can be turned ...
0
votes
1answer
161 views

Development of browser extension questions

I am looking to develop a cross browser extension (plugin) and am having troubles getting answers to a few questions. So just looking for some simple answers if what I would like to do is possible. ...
0
votes
1answer
44 views

Is it possible to check in/out files from a webserver with a FF-plugin or Chrome extension?

I am creating a CMS and want to know if its possible to download a folder, edit things and upload it back to the server without much user interaction. For example just press a checkout button and the ...
1
vote
3answers
3k views

Disable single javascript file with addon or extension

I am looking for a Firefox addon or Chrome extension that would allow me to disable particular javascript file from running. There are many of those for disabling particular CSS file, cannot seem to ...
2
votes
4answers
1k views

The equivalent to a content script in a Firefox extension?

I am quite new to Firefox and its extensions. Is there something like a script using JavaScript that runs every time a page loads? My chrome extension injects a css file creating a link tag using js. ...
2
votes
2answers
300 views

Is there a DOM Inspector like Chromes for Firefox?

I really dislike Firefox DOM Inspector. Is there one that docks to the page so I don't have two separate windows and also highlights the box/margins/padding like Chrome/Safari does? I can't find one.
0
votes
3answers
84 views

What extra power do addons/extensions have?

Compared to scripts within a page, what extra powers do addons/extensions have? They are essentially scripts, then what makes them so special? Beside being static, have buttons on the toolbar, and be ...
3
votes
1answer
491 views

Is it possible to create a browser extension to allow for incoming requests?

I am looking to figure out a way to make incoming request to a browser. Installing an extension in the browser is OK. The goal of this is to allow another machine to connect to the extension to ...
0
votes
4answers
117 views

Are there any clear limits of JavaScript in relation to manipulating the browser and DOM?

I heard that getting access to the text a Gmail email is very difficult if not impossible (iframes). Are there certain areas where JavaScript is not capable of doing something?
1
vote
2answers
588 views

Using Java/Python libraries in programming Firefox/Chrome Extensions

I have this crazy idea of studying user behavior on the browser, for which I intend to make a Chrome/Firefox extension to study the behavior dynamically. I have some predefined libraries in Java and ...
1
vote
3answers
299 views

Firefox/Chrome Button to bookmarklet

I'm looking into creating an extension for Firefox/Chrome that creates a button in the toolbar. When clicked, it should load a bookmarklet (basically a piece of js). Any good resources to start with? ...
0
votes
0answers
166 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 ...
3
votes
1answer
172 views

Moving database format from Chrome to Firefox

I have a Chrome extension that stores data with a json string in a localStorage variable. I'm trying to create a version of this extension for firefox. But in firefox localStorage doesn't seem to work ...
0
votes
1answer
113 views

Adding email signatures to web based emails automatically

I'm facing the challenge of adding email signatures automatically to web based emails. When I say signature I mean the text at the bottom of the email body that identifies myself as the sender. The ...
0
votes
3answers
2k views

How can I change the background color of the address bar in Chrome?

I'd like to change the background color of Chrome's address bar to black (with grey text). I've done this on Firefox through modifying userChrome-example.css and was wondering if there's an equivalent ...
3
votes
2answers
1k views

Tools similar to or better than HTTP Resource Test addon for Firefox (to run on Firefox/Chrome or Linux)?

I used to use the HTTP Resource Test Firefox addon for making POST/PUT/DELETE etc requests to test RESTful resources during development. Google Chrome is my primary browser nowadays and I only have ...
0
votes
1answer
260 views

Chrome equivalent for gBrowser?

I'm wondering what the equivalent call to the Chrome API Would be for this line? var browser = gBrowser.getBrowserForDocument(doc);
2
votes
1answer
526 views

Is it possible to detect when a user switches tabs?

In particular, I am interested to know if it is possible to capture a user's click to a different browser tab. I guess technically I could get the blur and focus of the window object but if there was ...
16
votes
10answers
7k views

How to reload/refresh a web page without leaving my web development IDE?

Building Websites When I build websites I use 2 monitors. I have my development IDE on the main monitor and the web page open on the secondary screen. I get annoyed that everytime I need to refresh ...
1
vote
1answer
530 views

Porting a Firefox Add-ons extension to Google Chrome

I have developed a small Firefox Add-ons extension (Javascript+Xul+i18n support) published on Mozilla Add-ons repository and I would like to port it to Chrome. Are you aware of any tool that could ...
1
vote
2answers
2k views

Loading NPAPI plugin in Chrome

I have a NPAPI API based (scriptable) plugin developed using Gecko SDK 1.9.2. This plugin works fine on FF3.6 & FF4 beta, but it fails to get detected on chrome. Also I cannot see the plugin ...
5
votes
3answers
2k views

How can I port a Google Chrome extension to Firefox?

One of my extensions has enjoyed popularity on Google Chrome and I would like to share that with Firefox users. How can I convert the javascript from using chrome's API to something Firefox can ...
1
vote
2answers
248 views

What skill sets are required to write a firefox or chrome extensions? (like Adblock )

Does it require knowledge of C/C++ ? Going to their developers suggests they are purely based on XML/XUL/Javascript. Want to confirm before I decide to write one.
3
votes
1answer
1k views

What is the maximum size of local storage available for Firefox add-ons and/or Chrome extensions?

Designing some extensions that will continuously update a dataset that is used to render additional information on webpages.
6
votes
1answer
2k views

How to make firefox or google Chrome Add-on?

I Want to make Firefox and Google Chrome Add-on in which language can i make? and how to make it in Firefox or Chrome compatible?
3
votes
1answer
335 views

Communicating between 2 Firefox Add-Ons (Cross-Extension Communication)

How do I pass data and messages between 2 Firefox Add-Ons (the way Google Chrome does it, here)?
1
vote
0answers
247 views

Firefox add-on tab-specific buttons and scripts, similar to Page Actions in Google Chrome

I want to write a Firefox extension that acts exactly like the built-in RSS feed scanner (as an exercise). It should do the following: On each new page / tab load, it should scan the content of the ...

1 2