Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8511853
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T04:07:18+00:00 2026-06-11T04:07:18+00:00

I have developed a Opera extension. It’s working fine. But I need to install

  • 0

I have developed a Opera extension. It’s working fine. But I need to install my extension in the Windows registry or Windows file system. How can I to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T04:07:20+00:00Added an answer on June 11, 2026 at 4:07 am

    NOTE: THIS QUESTION IS OPERA 12 RELATED
    Opera 12 uses another extension architecture than the following Opera versions!

    Opera extensions aren’t installed via the registry.

    You will find a XML-file called widget.dat in the folder:

    C:\Users\%Username%\AppData\Local\Opera\Opera\widgets
    

    Each widget has an entry there. I think you’ll understand the syntax yourself, it is quite self-explaining if you have some widgets installed.


    EDIT: I just found out that adding a new entry to widget.dat will install the extension to Opera, but it will be deactivated as it hasn’t been initialised. This usually happens through the javascript/extension engine during runtime.

    To enable the script manually, there must be a prefs.dat in the folder wuid-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx noted in the widget.dat, containing at least the following structure:

    <?xml version="1.0" encoding="utf-8"?>
    <preferences>
      <section id="ui">
        <value id="default-prefs-applied" xml:space="preserve">1</value>
      </section>
    </preferences>
    

    Additionally to that, you may have to manually initialise the widget settings within the pstorage folder. The settings are stored as base64-encoded utf-16 key-value pair strings.
    So, this encoded structure:

    <ws>
      <e>
        <k>YQBsAGUAcgB0AF8AYgB1AGIAYgBsAGUAXwB0AGkAbQBlAG8AdQB0AA==</k>
        <v>IgAxADUAIgA=</v>
      </e>
    <ws>
    

    Reads as:

    <widgetsettings>
      <entry>
        <key>alert_bubble_timeout</key>
        <value>"15"</value>
      </entry>
    <widgetsettings>
    

    (Tag names are freely interpreted 😉 I found a base64 en/decoder capable of processing utf-16 here


    PS: Opera will install widgets by double-clicking them. So you could also execute Opera with the extensions path on the commandline. Opera will do everything for you then.

    C:\Program Files\Opera\opera.exe C:\Path\To\Extension.oex
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed an app that in testing has worked fine but when it
Have developed a small Windows application using SQL Server as its database. I need
I have developed an extension for opera which lets users to Google +1 websites.
I have developed sample api as jar file. This jar file contains the code
I have developed a small administration page for game servers which you can add/remove/edit
So, I have developed a live search function on my site but, no big
I have developed a sample app, which uses Facebook features, and it is working
I have a Greasemonkey script that works just fine in Firefox and Opera. I
I have already developed some simple extensions for chrome and opera.And da documentation provided
I have developed a page with ExtJS. It works in FF, Chrome and Opera

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.