I am currently working on developing a chrome extension using AngularJs. I am beginner to this development. I wanted to know if there is any way using which i can avoid the chrome extension popup from getting closed when user clicks anywhere else on webpage or user switches between the tabs. I understand that the extension gets opened only when it gets focused but i needed it to be persistent and not fade out.
Please help!