• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    Rich Notifications doesn't work/show

    Opera add-ons
    3
    3
    1376
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • pcloudextension
      pcloudextension last edited by

      Hello to all. I have a cross browser extension and it seems that Opera is the only browser which doesn't display my rich notifications. Is there a special permission or something in order to make it work?

      manifest.json

      ...
      "permissions": [

      "tabs",
      "activeTab",
      "contextMenus",
      "notifications",
      "clipboardRead",
      "clipboardWrite",
      "http://*/*",
      "https://*/*"
      

      ],
      ...

      background.js

      function showNotification() {

      var notificationOptions = {
      	type: 'basic',
      	title: 'My title',
      	message: 'My message',
      	iconUrl: 'img/my_image.png',
      	contextMessage: 'My context message',
      	isClickable: true
      };
      var notificationID = String(Date.now());
      
      chrome.notifications.create(notificationID, notificationOptions);
      

      };

      ****** When I pressed "Post discussion" there was no indication of success or error so I pressed it again which caused double post.

      Reply Quote 0
        1 Reply Last reply
      • kuchkan
        kuchkan last edited by

        In Opera there is no support for Rich Notification API https://dev.opera.com/extensions/apis/

        Reply Quote 0
          1 Reply Last reply
        • A Former User
          A Former User last edited by

          I would want to have option in setting to either see notifications on desktop/action center OR inside the browser. I would much better prefer inside browser. Now I don't use notifications with Opera at all.

          Reply Quote 0
            1 Reply Last reply
          • First post
            Last post

          Computer browsers

          • Opera for Windows
          • Opera for Mac
          • Opera for Linux
          • Opera beta version
          • Opera USB

          Mobile browsers

          • Opera for Android
          • Opera Mini
          • Opera Touch
          • Opera for basic phones

          • Add-ons
          • Opera account
          • Wallpapers
          • Opera Ads

          • Help & support
          • Opera blogs
          • Opera forums
          • Dev.Opera

          • Security
          • Privacy
          • Cookies Policy
          • EULA
          • Terms of Service

          • About Opera
          • Press info
          • Jobs
          • Investors
          • Become a partner
          • Contact us

          Follow Opera

          • Opera - Facebook
          • Opera - Twitter
          • Opera - YouTube
          • Opera - LinkedIn
          • Opera - Instagram

          © Opera Software 1995-