Chrome extension to open up a specific URL in a different browser [closed]

落花浮王杯 提交于 2021-02-18 12:55:09

问题


Thank you for any help in advance! I was wondering if there was a Chrome extension out there that would allow me to have a specific URL (when it was accessed) open up in a different browser all together (Firefox for example). The issue I have is that I need the latest version of Chrome for certain things, but a specific build of Firefox (version 29) for others. Primarily Chrome with the latest and greatest updates would be my default browser, but then if I could find an extension that would open up a specific URL or two in that Firefox version 29 build, that would be great! Any thoughts?


回答1:


I'm afraid there is no API to do that from an extension.

Edit:

Actually, you can do that with Native Messaging. You will need to write a small Native Host module that will call browsers you want with the URL you want.

As long as you're writing it for yourself, it's an acceptable solution.




回答2:


I was looking for the same functionality and couldn't find anything, so I wrote a chrome extension that does exactly this.

The extension allows you to add different browsers that you already have installed on your computer, right click and choose what browser you'd like to open the current url or link in.

You can even add specific URLs to automatically load in a different browser.

Created this because at work i have to use different browsers for different websites.

https://chrome.google.com/webstore/detail/second-browser/camgemdhfmfogamncjkgddnloggffmbc

Costs 99 cents though :)



来源:https://stackoverflow.com/questions/28618545/chrome-extension-to-open-up-a-specific-url-in-a-different-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!