How to keep open extension pop up after clicking outside pf extension - google-chrome

I have created one chrome extension for translation but i am facing one issue. whenever i click outside the extension it is closed. How can I keep thi dialogue. Thanks in advance

Related

How to move the "re-frame-10x" window back to the browser tab after being popping out into a new window?

I have been using Clojure, ClojureScript, lein, shadow-cljs, re-frame, reagent, Emacs, and CIDER to work on a Clojure/ClojureScript dynamic web app project.
Usually, I build the project by executing the command cider-jack-in-cljs in Emacs, choosing shadow-cljs, then shadow for REPL type, and, finally, app for the building option.
The application loads in localhost:3005 with a debugging dashboard. Apparently, this UI is called "re-frame-10x":
After clicking on the up-right arrow icon on the top-right:
I managed to pop out the debugging dashboard into a new window in Google Chrome. It was injecting some CSS and hiding a button on the webpage. Hence, I decided to "remove it" by popping-it out.
But, I would like to move it back to the browser tab that has localhost on the address. How to do it?
As suggested by #eugene-pakhomov, it was just closing that window. I must highlight that I had tried that before, the only problem was that there were multiple windows of that type. And all of them need to be closed for the process to work!
Not sure why the program opens multiple windows...

How to keep show out Bookmark, Display Google App list, Google accout icon in new tab

I'm working make a chrome extension to overwrite new tab.
"chrome_url_overrides": {
"newtab": "index.html"
},
Every thing working fine, but, I got some issues:
By default, Bookmark Bar always hidden, just show out when open new tab (New tab default GG chrome). But when I use my extension, Bookmark bar doesn't show out when I open a new tab. Has any way to make my extension can display Bookmark bar like default?
Quick navigation (I'm not sure I call right name) on new tab
Has anyway to keep this section on my new-tab extension?
Thank for your readding!
As stated in this link, it is not yet possible. If you think this can improve the extension development experience, make sure an appropriate request is filed in the issue tracker.

How can i create a shortcut to close the Download bar in Google Chrome (Windows)

I've done a bit of searching and from what i see there is no such shortcut. There is however this extension for Google Chrome that does this, it automatically closes the download bar after 5 seconds. However i generally avoid installing extensions. Is there any way to make such a shortcut? Something that seems so small and irrelevant can really make a difference. Thanks in advance.
there is a chrome extension called Always Clear Downloads.
User Reviews:
•First extension that clears the download bar and hides it afterwards.
•I have been looking for an extension that does this! Thank you. Works very well hiding the download bar after the download has completed. Saves a click.

How to get warning massage when clicking close(X) button of browser with tabs in Google Chrome

How to get a warning massage if i accidently click the close button of the chrome browser which have multiple tabs opened at that time?
I am a regular user of Crome and having this problem while using it. I normally open multiple tabs inside a single browser but sometimes i accidently click the close button of browser and as soon as the button is clicked crome does't give any warning issue about multiple active tabs and close the entire window.
Is the end user like me is browsing on normal crome window then he can open the websites again by checking the web history but if he is browsing inside private browser then he can't do anything(this happens with me very regularly because i normally browse in private browser). On the other hand if you accidently click the close button in mozilla which have multiple tabs open it throws a warning massage to the user and asks for his wish.
Go find an extension called "Keep One Pinned Tab". It may not be exactly the function you need, but if you search for other extensions, I am sure there is such an extension that does just that. If you can't find one, I suggest to learn how to develop extensions and make one yourself, you can share it with others when it's done.

Does extensions work if I save chrome page as application into my desktop?

Does extensions work if I save chrome page as shortcut application?
I've tried but no result.
We know that if we save page as application, there would be no address bar and all other browser buttons.
I've developed simple extension, with no UI, just javascrips running in background.html page. So, as I see no scripts are running in application. But I need them work.
What can I do?
Simply edit the shortcut path and append --enable-extensions.
To edit a Windows 7 pinned taskbar item, right click it then right click the program name and select Properties from the menu.