Questions tagged [browser-addons]

A small program built into a browser that can perform special tasks, such as debugging.

A browser add-on can do almost anything. If you are in Chrome you can find add-ons from chrome.google.com/webstore/

131 questions
1
vote
2 answers

Adding keyboard short-cuts to toolbar buttons in IE

Hii.. I have made a custom toolbar in IE. I would like to have keyboard shortcuts for the buttons of the same. Is it possible. Specifically I would like the toolbar options to be accessed by combination of keys like Ctrl+alt+A etc.
1
vote
2 answers

getElementsByClassName(className) returning null

What to do if I have to insert some value on a page element of a new tab within a Chrome extension? I am using: document.getElementsByClassName("quotes").innerHTML = Quotes[x]; in newtab-script.js page but it is showing this error in the…
Maverick
  • 41
  • 1
  • 11
1
vote
3 answers

Can websites tell what addons/extensions are installed in a web browser?

When using a website, can a website tell which plugins/addons/extensions are installed in a web browser? If so, is it possible to hide that, or randomize the name/identification?
User
  • 23,729
  • 38
  • 124
  • 207
1
vote
1 answer

Chromium Extensions and Qt QWebView

Is it possible to integrate chrome extensions (i.e. browser add-ons) with Qt QWebView? If yes, then how? Please could you point me to any docs, tutorials or wiki on the topic?
1
vote
0 answers

Safari extension : How to provide update for my safari extension?

I developed a safari extension say v1.0 and ready to be uploaded in the safari extensions gallery. A next version say v1.2 will be shipped in the same gallery in another few months. Now, my question is, When I upload v1.2 , will the existing…
1
vote
1 answer

Firefox addon doesn't work when using % in menu label and tooltip

I am working on a firefox addon, and when I use % for a menu label and tooltip the addon doesn't work (doesn't show up on firefox). I am using the % in a .dtd file like this: And in the .xul file like…
jarkam
  • 1,538
  • 5
  • 15
  • 20
1
vote
1 answer

created firefox extension showing unverified on install

Hi I am trying to create a simple extension for firefox . I am using firefox version 44.0a2 . I have changed property xpinstall.signatures.required to false in about:config.I am able to install the plugin but its not showing on tool bar and this is…
1
vote
1 answer

Sharepoint Open Document Class add-on for 64bit IE

I am having problems with Sharepoint Open Document Class ad-on when using 64bit IE, documents simply won't open on some computers. On those computers, I see the add-on on the 64bit IE but it says that is only 32-bit under Architecture field. On the…
1
vote
0 answers

Xulrunner 1.9 enable extensions

I have an xulrunner app. (Beginner level stuff) I want to enable extensions (add-ons) that are running in the current firefox installation. I can copy these extensions to another directory or use them where they are. It doesn't matter to me. What…
1
vote
1 answer

Trigger file upload via Javascript only

I want to write a browser add-on that automatically upload file on the page. So this will be done in pure Javascript. This is what I have / know: input#someId of the file upload input File name and location in the computer I am trying to…
HP.
  • 19,226
  • 53
  • 154
  • 253
1
vote
1 answer

Firefox addon development - tabs api - blacklist url patterns from inject the exstension code (like in chrome)

I am using the addons sdk/tabs api to inject content scripts into tabs when they are loaded like this: tabs.on(ready, function (tab) { var worker = tab.attach({ contentScriptWhen: 'end', contentScriptFile: myAwesomeArrayOfScripts }); …
1
vote
1 answer

Remember state chrome extension

I use a chrome extension to fire two content scripts to inject css. If the user opens the page the contentscript-on.js loads (defined in my manifest.json): manifest.json { "name": "tools", "version": "1.1", "description": "tools", …
mm1975
  • 1,583
  • 4
  • 30
  • 51
1
vote
1 answer

Cannot execute local script in IE

I created a Browser Helper Object for IE8 in order to run a javascript located on my computer. Like browser extensions work in other browsers. I'm trying to execute the following code: IHTMLWindow2* pWindow; …
Al Berger
  • 1,048
  • 14
  • 35
1
vote
1 answer

How to install JavaScript in Internet Explorer 9 or 10?

I have 1 JavaScript file. I would like to install it in Internet Explorer 9 or 10, just the way as we install JavaScript in Firefox by using GreaseMonkey. Is there any plug-in like GreaseMonkey in Internet Explorer ? Please help me. Thank you.
1
vote
1 answer

SQL Inject me add on not working

I have a doubt with Sql Inject Me Add-on. It does not work on my web page for testing SQLinjection. My web page is created using extjs 4 In the sql inject me side bar 'Sorry,This page has no forms ' is shown. actually that web page contain…
Gapchoos
  • 1,422
  • 5
  • 20
  • 40
1 2 3
8 9