barbushin / php-console

Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef
MIT License
1.34k stars 283 forks source link

Chrome extension error in Opera #143

Open Figoware opened 7 years ago

Figoware commented 7 years ago

Hi there,

When using the Chrome extension in Opera, all is working great, except notifications. Here is the error message (dev mode in extensions): Unchecked runtime.lastError while running notifications.create: Adding buttons to notifications is not supported. at g (chrome-extension://nfhmhhlpfleoednkpnnnkolmclajemef/background.js:34:407) at t (chrome-extension://nfhmhhlpfleoednkpnnnkolmclajemef/background.js:35:191) at F.b.h (chrome-extension://nfhmhhlpfleoednkpnnnkolmclajemef/background.js:36:237) at chrome-extension://nfhmhhlpfleoednkpnnnkolmclajemef/background.js:30:151 at IDBRequest.index.get.onsuccess (chrome-extension://nfhmhhlpfleoednkpnnnkolmclajemef/background.js:39:239)

Is there a way to support notifications in opera? It will be great and much appreciated!