1

I am trying show a hovering circular icon on user desktop just like Google hangout application do as shown in screens shot below:

enter image description here

There is a 1 year old question that is saying that its not possible. Stackover flow

Is there a workaround or a setting that can be done to achieve the desired task. For an example in Chrome extensions you can show the PANELS by enabling a specific property at chrome://flags/#enable-panels

Reason Behind the task

I am developing a toDo capture tool and its necessary for me to make my app available as easily as possible so a hovering icon will be good option. All ideas are welcome, please suggest..

Vikas Bansal
  • 10,662
  • 14
  • 58
  • 100

1 Answers1

0

Try using experimental extension APIs

Experimental Extension APIs Mac, Windows, Linux, Chrome OS Enables experimental extension APIs. Note that the extension gallery doesn't allow you to upload extensions that use experimental APIs. #extension-apis

According to This issue it should work.

kzahel
  • 2,765
  • 1
  • 22
  • 31