I've tried to use other extensions that are supposed to send notification and i've got nothing. If i've turned something off, i would not have notification on Chrome and Mozilla.
My Opera installation is new, I will try to reinstall it.
Do more on the web, with a fast and secure browser!
Download Opera browser with:
I've tried to use other extensions that are supposed to send notification and i've got nothing. If i've turned something off, i would not have notification on Chrome and Mozilla.
My Opera installation is new, I will try to reinstall it.
Here is a minimal example i've made : https://drive.google.com/folderview?id=0B4k6nM18722ga2pKOHJlVTBrSG8&usp=sharing
Could anyone download it and tell me if it works, and if not, how to fix it?
Thank you.
In extension settings, it say :
My extension peut :
Lire et modifier vos données sur api.twitch.tv
Afficher les notifications
[ notifications, https://api.twitch.tv/* ]
Or in english : Use data from api.twitch.tv, display notifications.
Yes, it come from a Chrome extension, so i've did it.
But i've tried to install other add-on (from other developper) which are supposed to send notification, and it doesn't.
Is there a settings to enable them?
Hello,
I've made a Google Chrome extension that works and I would like to propose it on Opera. But when I want to display a notification in Opera, it doesn't work.
Here is a piece of basic code :
console.log("start");
chrome.notifications.create("Test",
{
"type": "basic",
"title": "Test",
"message": "Test",
"iconUrl": "./data/notif.png"
}, function(url) { });
console.log("end");
The resulted log is :
start
end
I don't have any error neither a notification.
Could anyone help me to display a notification? Thank you.