Questions tagged [opera-extension]

This tag is dedicated to development of extensions for the Opera browser.

This tag is dedicated to development of extensions for the Opera browser. Opera extensions are being developed using web technologies such as JavaScript, HTML and CSS. Starting points:

116 questions
0
votes
1 answer

how to install a Chrome extension in http://example.com/hello.crx on Opera silently

Chrome is very restrictive in side loading extensions (not through the Chrome Web Store). I need a way to install an extension for all users of my domain silently. Can Opera do that? Thanks!
0
votes
1 answer

getUserMedia API suport for Opera Local screen share

I am creating an Opera extension that will open a webpage which will allow user to stream a local window on to the browser html file. Since Opera extension structure is similar to the chrome, I tested the structure on Opera. For manifest having…
cosmoloc
  • 2,884
  • 5
  • 29
  • 48
0
votes
1 answer

Images in web notifications, Opera 25+

Has anyone found out how to show images in Opera 25+ web notifications yet? According to Opera, it should be possible, but I can't find any reference to how it's done. Already tried using it through the Chrome notifications API which is (partially)…
Michael Johansen
  • 4,688
  • 5
  • 29
  • 47
0
votes
1 answer

chrome.runtime.onStartup not running in Opera 23

Upon updating from Opera 22 (22.0.1471.70) to Opera 23 (23.0.1522.77) I found out that the event chrome.runtime.onStartup does not work anymore. The update broke one of my extensions. Wrote a little tester extension to try it out, pops an alert if…
bland.life
  • 125
  • 1
  • 12
0
votes
0 answers

Opera extension to open a file

My problem is simple. Is there a way to open an external file already saved in the computer via Opera extension? I know that normally in javascript on the web it's not possible dues to safety but isn't the extension local? Thank you and have a nice…
Hitokage
  • 733
  • 8
  • 19
0
votes
1 answer

NPAPI alternative for invoking external app in Opera

I have an NPAPI plugin which works fine for Firefox, Chrome and Opera (Windows & Linux both). Now, since the support for NPAPI will be dropped sooner or later I created addons for Firefox and Chrome to get the same job done. In Firefox XPCOM and in…
0
votes
1 answer

Manifest homepage_url and ExtensionInfo.hompageUrl

It says in the Opera API (Formats: Manifest Files): homepage_url The URL of the homepage for this extension. The extensions management page will contain a link to this URL. If you distribute your extension using the Opera addons site, the homepage…
bland.life
  • 125
  • 1
  • 12
0
votes
1 answer

Any way to derive the Opera extension store url from the extension ID?

Trying to make my Chrome extension compatible with Opera. For Chrome I can append the extension ID to "https://chrome.google.com/webstore/detail/" and I can get the Chrome Web Store url of that extension. Does Opera have anything similar?
bland.life
  • 125
  • 1
  • 12
0
votes
2 answers

cross domain mp3 opera extension

I'm having trouble playing mp3 files served from a remote domain in an Opera extension. I'm using jPlayer. Is it at all possible to play mp3 from another domain in Opera. Because as far as i know Opera only supports mp3 in flash, but flash probably…
0
votes
1 answer

Do Opera extensions support notifications and background mode?

Does Opera api support notifications and background in the manifest file? When I load extension, I get: There were warnings when trying to install this extension: Permission 'notifications' is unknown or URL pattern is malformed. Permission…
olsh
  • 464
  • 1
  • 6
  • 14
0
votes
1 answer

Can an Opera speed dial extension be bundled with a regular extension?

Is there some way to add a speed dial component to an existing extension? Or does the speed dial always have to be a separate extension? I want to have an extension, but then have a speed dial that communicates with the extension. Looking at the…
Mike Kaply
  • 747
  • 3
  • 12
0
votes
1 answer

Font embedding in Opera Speed Dial Extension

I'm making a Speed Dial extension for Opera 15+ (the Webkit-based ones) and I want to embed a custom font. Now, I'm quite used to embed fonts using Google Fonts, but as far as documentation says this is not possible because of security concerns.…
noquierouser
  • 963
  • 2
  • 11
  • 25
0
votes
1 answer

chrome.extension.getBackgroundPage not working on Opera 16

I have an extension for Chrome that was working fine on Opera 15 (and works fine on Chrome 29). Stating with Chrome 16, I get this error: Uncaught TypeError: Cannot call method 'getBackgroundPage' of undefined Spefically, chrome.extension is…
Mike Kaply
  • 747
  • 3
  • 12
0
votes
1 answer

Multiple instances of speed dial extension

Is it possible to install multiple instances of some speed dial extension to provide different speed dials? for example http://addons.opera.com/ru/extensions/details/custom-speed-dial-image/?display=en
0
votes
1 answer

How can I upload CRX/NEX extension in opera gallery with certain ID?

I'd like to upload CRX/NEX extension in opera gallery with certain ID. In Google Chrome gallery I can upload a zipped extension and add "chrome.pem" file in archive. Is there similar solution for opera gallery?