-2

Is it possible to get a new window without the frame outside the window(browser or webkit) like in the image?

tooltip

I've tried this in the package.json file of new window:

"window": {
    "position": "center",
    "width": 100,
    "height": 50,
    "show_in_taskbar": true
}
Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Jry9972
  • 463
  • 7
  • 16
  • 7
    Short answer: no. – Dan Smith Feb 06 '15 at 10:52
  • 1
    Why you need outside the window? – ketan Feb 06 '15 at 10:52
  • @Bulk is correct the answer is no. The only thing you can get to escape the window frame is an open – scunliffe Feb 06 '15 at 10:57

1 Answers1

0

No, exceptions - only title attribute when hover, as on the screenshot

Denis
  • 2,429
  • 5
  • 33
  • 61