Tagged Questions
0
votes
1answer
50 views
Open new xul tab without showing the address (like google chrome)
is it possible to open a xul page (chrome://myext/content/page.xul) with a blank address page?
I want to have a xul page in a new tab to collect some information to my extension, but i wanted to hide ...
1
vote
1answer
31 views
Access cookies with a Firefox Addon content script?
I am trying to translate an Addon from Chrome that someone else created. It has a content script that has chrome.cookies.get in it. I can't find a suitable way to fix this for Firefox. Is there any ...
0
votes
1answer
34 views
How to package Firefox and Chrome extensions
I am new to Firefox and Chrome extension development.
I have downloaded and tested helloworld sample extension in both FF and Chrome in development mode.
Followed the following steps to work ...
1
vote
1answer
65 views
Browser Extension the “Injected way” a cross-browser extension that include a JS from a distant server
I've found this nice article about the "injected Way", but the author never finished it :
http://hightechstartups.blogspot.ch/2012/05/different-way-of-developing-browser.html
I would like a bare bone ...
-1
votes
0answers
15 views
Is it possible to display the total time taken by an over file download on chrome or firefox? [closed]
I download several files through chrome or firefox, and I want to know how much time it takes to download each of these files.
I search for plugins or software to get this information and don't find ...
0
votes
0answers
36 views
Find out which keyboard shortcuts are bound on a webpage
I think a good webpage should be accessible without any use of a mouse. Yet such pages often lack the info what keyboard shortcuts are actually bound to what functions.
I'm looking for a tool to make ...
0
votes
1answer
72 views
Is it possible to use a browser extension to take text from a webpage and somehow throw it into my c++ program?
i'm writing a program for my algorithm class that is supposed to be able to traverse a webpage, find a random address, and then using a browser extension(Firefox/Chrome), it should do a Google Maps ...
-3
votes
2answers
193 views
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:
Install an extension or plugin or add-on in ...
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
1answer
46 views
Post-processing a page using javascript
Is something like this possible ?
<script type="text/javascript">
$(document).ready(function () {
window.location = "http://example.com";
setTimeout("", 10000);
...
1
vote
1answer
91 views
Guidence on Firefox Sidebar Extension with Add-On Builder
I am looking for some guidance on how to create a browser-embedded sidebar application. I need to make a robust sidebar to allow users to save and organize text from webpages into the sidebar.
I can ...
0
votes
2answers
34 views
Initiate TCP connection from a browser (extension)?
Is it possible to initiate a TCP connection from a browser?
If so, does there already exist browser (esp. Firefox and Chrome) extensions that do this? If no extensions exist yet, do you know the ...
0
votes
1answer
57 views
How can I get Image data or the path of cache of Image on WebPage in chrome or firefox?
I'm making an plugin(add-on) to upload image on any page.
I only can get the url of the image, but I want to get the image data or local cache of image.
by javascript on chrome or firefox.
0
votes
1answer
65 views
Is there a magnifying ruler to measure pixels?
I have been looking for this for a while:
There are a ton of ruler extensions for all the common browsers but I can't find one that has a magnifying glass. Can anyone help me out please?
I'm talking ...
0
votes
0answers
38 views
store source url in the downloaded file's metadata
I want to create a plugin(for firefox and chrome) which should insert the source url in downloaded file's metadata. so can any one help me in following.
1.how to capture the url of currently ...
0
votes
0answers
77 views
What are the differences between Google Chrome extensions and Firefox add-ons?
I have been developing Chrome extensions and as I have already mentioned in a question on SO, I have problems paying that starting charge witch Google asks. So I quit wasting my time developing ...
0
votes
1answer
54 views
how to port chrome extension functions to firefox extension functions
I have a chrome extension which have code lines like:
chrome.tabs.executeScript(null, {allFrames:true, file:"myscript.js"});
and functions like:
chrome.extension.onRequest.addListener
...
1
vote
0answers
54 views
How can I use Facebook Javascript SDK within a browser extension?
I want to use the Facebook JS SDK within a browser extension/sidebar. I've seen other questions about this, but no specific answers. I don't want to do separate OAuth handling - I'd prefer to use the ...
0
votes
0answers
91 views
NSIS installer for Chrome,Firefox and IE all in one [closed]
I want to create an installer for my extension for all 3 browsers in one .exe file
I am new to NSIS and really need a lot of help with it
I need the installer to be only 1 file total and not to work ...
0
votes
1answer
196 views
How to create browser extension to show infobar-like HTML form banner in Firefox and Google Chrome?
I would like to create a browser extension which will show a persistent infobar-like banner in Google Chrome or Firefox web browser. This banner should push the website down so as to not block any ...
1
vote
0answers
94 views
Firefox extension testing and developing - I'm confused
when I'm writing extension for Google Chrome, I only create "manifest.json" file and JS file, which is my script. after installing , I can change anything in the code, I only refresh browser and I ...
0
votes
1answer
50 views
Web page marker/annotator/highlighter
Could someone suggest a tool that I can use to achieve the following:
Basically, I need to enclose the text of interest with a rectangle and write a label in the neighborhood.
I'm not sure what we ...
1
vote
1answer
78 views
How to call a Windows application from google chrome and firefox?
I want to call a Windows (7/Vista/XP only) application from google chrome or Firefox. I am thinking of making an addon to do this. I can look up the tutorials mentioned here How to make firefox or ...
0
votes
0answers
33 views
Google Closure externs files for Firefox Extension and ctype libararies
I have a chrome and firefox extension that I'm trying to obuscate using google closure.
I know that Chrome extension has an extern file for closure, but I can't find one for Firefox.
Is there one ...
0
votes
2answers
118 views
Notification/Hook on document/window change
I want to write a browser extension that will do something when certain events happen and I am wondering if there is such an API (Firefox or Chrome) already.
I am mostly interested in DOM changes and ...
1
vote
2answers
439 views
Web Page Source Annotation Tool
<ul class="contact">
<li class="first">Carnegie Mellon University</li>
<li>5000 Forbes Avenue, Pittsburgh, PA 15213</li>
</ul>
=>
<ul class="contact">
...
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
0answers
74 views
Suggest me some tools to develop web browser extensions [closed]
I am building an cross-browser extension. Here is my plan.
Their are two parts.
/////// First Part //////////
The user install my extension in the web browser.
The extension uses heavy DOM and ...
0
votes
2answers
98 views
How to transfer an object between background and content script in kango framework
Is it possible to transfer an object between background and content script within a browser extension?
I want my background script to handle my in-browser storage. My content script should trace ...
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
75 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
221 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 ...
4
votes
1answer
140 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
2answers
148 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.
2
votes
1answer
90 views
Adding an option to browser's context menu (browser's extension)
I want to write an extension to my browser, which adds one option to context menu induced on selected word. That's what I want to achieve:
I select a word from text on a website.
I click on it right ...
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
2answers
37 views
How to find elements that are out of page
I'm trying to repair a slideout javascript menu. The problem is, that the 3rd level sub-menu doesn't show although it should. I am sure it has something to do with wrong positioning and the element is ...
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 ...
0
votes
0answers
41 views
how can embedded extension in my webpage for chrome and firefox
I need to work DLL file from my webpage. For that purpose I am created it's as an ActiveXcontrol and embedded it's in my webpage. It's working fine in IE. While I am run this page in IE, it ask for ...
1
vote
1answer
217 views
Framework for cross-browser toolbar development
I am looking for a framework with which I can create browser extensions (namely a toolbar), for all browsers (IE, Firefox, Chrome).
I have searched for a relevant solution, but none which I found ...
2
votes
2answers
301 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
1answer
67 views
Example of Chrome and Firefox Extensions sharing the same code?
I am looking for a sample project that would compile a chrome and firefox extension that would run some JavaScript code after a page is loaded.
I already wrote a Chrome extension that does this, but ...
1
vote
1answer
174 views
How to change script location on firefox addon?
What is the simplest way to make the firefox addon, which repeats this chrome functionality:
chrome.webRequest.onBeforeRequest.addListener(
function(info) {
if(info.url.indexOf("notifier") + ...
1
vote
1answer
73 views
Collecting data from several AJAX pages (using browser add-on?)
I'd like to collect plane ticket prices from a certain website, for many dates and destinations. I can specify source, destination and dates on the URL, but the website fetches the data using AJAX, so ...
-1
votes
1answer
37 views
Is there a way to add to my html the “chrome.extension” library/reference/class
When i'm looking in a Chrome extension plugin there is a class or something like that called Chrome.extension
For example:
chrome.extension.onRequest.addListener(function(request, sender, response) ...
0
votes
0answers
36 views
Extension/Addon/ JS Library to list thrown events
I would need a Extension/Addon/Javascript Library to show me what elements thrown an event and at what time.
My Problem is that I have this 3rd Party grid and at some point an event is getting thrown ...
0
votes
0answers
96 views
Plugin to capture books from Safari Online?
I have a university subscription to Safari books. It's great, but I can't download any book. Is there any plugin that can automatically scroll through the book and save it? Is it difficult to write ...
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 ...
2
votes
3answers
267 views
Is there a browser extension to get all the CSS that is applied to a DOM element?
Firebug is great, and allows me to see all the CSS applied to an element in the DOM that you select, but either you can:
a) View it line by line, as defined in the CSS, in the applied order (very ...


