问题
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