javascript - How to open the current url in chrome to other available browsers? -


i trying create first extension open current url in other/all available browsers. have idea how it? have constructed codes opens current url new tab/new window:

chrome.windows.create({url: newtab, type: "normal"}); 

if not possible, know language can it.

unfortunately, chrome extensions cannot execute other programs. did find simple way around however.

you need native application running outside of browser accept requests browser extension. did on http on odd-ball port accessible localhost. when button in extension clicked, fires off http request application, can whatever need do.

there api communicating native applications chrome extensions, not familiar it.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -