Can I remove title and “Settings” button near the close button of desktop notification balloon (Google Chrome extension Desktop Notification)?
Another question, can I customize its size, rounded corners etc. I know that I can use html and css to design the inner content writing it in notification.html file.
Also, I’m trying to open link (it is given in chrome extension api doc Desktop Notifications > Desktop notifications draft specification), but doesn’t open, also html5rocks.com is invalid.
WHy why why?
Can I remove title and Settings button near the close button of desktop notification
Share
You can’t do any of those customizations you’ve mentioned.
To open a link add
target="_blank"to it. If this doesn’t work – addonclickevent to a link and runchrome.tabs.create({url:"http://example.com/"});