Advertisement |
What is "Open In" extension and how does it work?
"Open In" aims to provide a simple solution to open links in another browser as simple as clicking a toolbar button. These set of extensions allow you to basically transfer any link in Chrome, Opera, and Firefox browsers to another browser of choice. Currently, link opening supports Firefox, Opera, Safari, Yandex, Microsoft edge, and Internet Explorer.
Browsers:
Photo Editors:
Media Players:
General Purpose:
PDF Readers (YouTube Preview):
If you would like support for another browser or application, please leave a comment in the review section to discuss its possibility.
recommended "Password Lock for WhatsApp Web" extension for Chrome, Edge, and Firefox browsers
This extension adds a password protection feature to your WhatsApp Web. It requires the user to enter a password to access the interface, and can also automatically lock the interface when the computer is inactive for extra security. Read more here.
How does "Open In" extension work?
"Open In" uses a minimal NodeJS native client to find your browser of choice and transferring the link to this browser. After installation, upon first link opening, you will get directed to a page containing instruction on how to install the native client. This native client is mandatory for the extension to operate. Note that no extension has access to an external process (another browser in this case); hence the extension needs a native client (bridge) to call native commands. The installation process of the native client is very simple. Please follow FAQ3 for the steps.
What web browser should I use?
It really depends on your usage. It is normally recommended to use each browser for one particular purpose. Sometimes privacy matters and sometimes speed. You can even have some browsers with your credentials stored so that you are already logged in, but for some others, you can keep yourself anonymous. It is even possible to install the open-in's extensions on all your browsers to make sure you can easily send one link from one browser to another browser. Note that each open-in extension has an option to close the tab that has just been sent to the destination browser too. To know more about the browser's security and privacy notes take a look at Best Browsers for Privacy and Security-Focused blog post
How can I install the native client?
Open native-client/releases in a browser tab. Find the latest released version of the client for your OS and download it. Once the download is completed, extract the downloaded file in a local directory.
On Windows OS, find "install.bat" file and right-click over it. Select "Run as administrator" and wait for the script to copy files
On Linux and Mac OSs, open a terminal window at the root directory of the downloaded file and run ./install.sh
. Wait for the script to copy files and print the successful message
The installer script basically generates a manifest.json file for you and place it in two different places so that Opera, Chrome, and Firefox browsers can find the location of the native client
The native client itself is a minimal NodeJS application. This small application is a bridge between the "Open In" and native environment. Note that by default, the script tries to use the installed NodeJS. If NodeJS is found in your system, the attached NodeJS executable is not going to get copied. If no NodeJS instance is detected, however, the packaged NodeJS executable will be used. So if you have NodeJS installed on your system, make sure it is the current version.
How does the extension detect and open links in another browser?
It really depends on your operation system. In Mac, the extension uses open -a firefox link
to open link
in for instance Firefox browser. In Linux, browser name along with URL of the link is called. In Windows OS, the extension looks for the browser in "%ProgramFiles%" directory and the executable is called with URL as the argument.
If for any reason the application throws an error, you will get an alert box in Chrome and Opera. In Firefox you will get an error message in the console. To open the browser console in Firefox hit (Ctrl + Shift + J).
What's new in this version?
Please check the Logs section.
Is it possible to send links to a new browser with a mouse-keyboard combination?
As of version 0.1.4, all the "open in" extensions will support custom keyboard-mouse-click combination for opening in another browser. For instance, you can send links to Firefox browser by defining a custom keyboard-mouse-click combinations in the options page of this extension. Note that this feature is disabled by default to prevent conflict with the built-in keys. Enabling this will disable the default action (if it is defined).
How can I install the native client?
Instruction on how to install the native client will be displayed once the toolbar button is clicked. If you want to see it in action watch these two short tutorials
Windows: https://www.youtube.com/watch?v=yZAoy8SOd7o
Linux and Mac: https://www.youtube.com/watch?v=2asPoW2gJ-c
How can I test my "Open in VLC" extension?
"Open in VLC" add-on provides two UI elements. One is the page action button which is basically a toolbar button only appears on pages where it is supported. In Chrome browser, the toolbar button is always on the toolbar but it is disabled if the page is not supported. So if you are on a web page that the extension detects media, the toolbar should appear or in Chrome, the icon should be colorful. If the toolbar button is enabled, click on the toolbar button to open the media in VLC player. Example page mov_bbb.mp4. If the toolbar button is not active, right click on the media player inside the page and there should be an item to open the media on VLC player. Note that this option is only available if URL of media can be detected. Example: open html/html5_video.asp in a browser tab and right-click over the player.
Can I build the native client project instead of using the releases?
Yes, Take a look at .travis.yml file to see how to build the native client *.zip files. You can also check the log file of the actual build process (latest release of GitHub) here travis-ci.org/andy-portmen/native-client.
Open in "Internet Explorer" extension opens links in a new window instead of opening them in new tabs. How can I fix this?
Open your IE browser then open options page (press the gear icon). Now in the general tab click on "Change how webpages are displayed in tabs" button and change "Open links from other program in" setting. Now restart your Windows for this change to take place.
Is this important whether I use x86- or x64-bit system when installing the native client?
On Windows OS we use the 32-bit version of NodeJS which works fine on both 32- and 64-bit systems. On Mac and Linux only 64-bit are supported by default. If you have a 32-bit system make sure you have NodeJS installed before installing the native client. This way the system NodeJS executable will be used.
If you already have installed the native client, simply open the container folder and paste the right NodeJS executable there.
During native client installation, when I pasted the command into "terminal" I got the message: "No such file or directory". What am I doing wrong?
You need to switch your terminal directory to the root of the extracted folder. You can do this by using cd directory-path-here
command. In Mac OS, type cd
followed by a space. Now drag the folder and drop it in the terminal application and press the Enter key. To verify current directory is changed, type pwd
and press the Enter key. This command prints the current directory in the terminal. Now follow the instruction one more time.
What is "Open in PDF viewer" add-on and how does it work?
"Open in PDF viewer" add-on adds a context menu item to right-click menu over links if URL has at least one PDF keyword. When this item is selected, the extension downloads the PDF file and then execute your default external PDF viewer application with a reference to the downloaded file. This way PDF files are opened directly in the external application instead of the browser's default PDF viewer. Note that most of the external PDF viewer like Adobe Acrobat Reader does not support direct URL opening. That's the reason why PDF file is downloaded before sending the link to the external application. Like other my "Open in" extensions, this one also needs the native-client wrapper. Follow the video tutorial to install the native-client before using this extension.
This extension also supports toolbar button when the top-level URL has a PDF keyword. By pressing the toolbar button, top-level URL is sent to the external PDF viewer. Note that the extension executes the external PDF viewer only if the downloaded file is actually a PDF file. If not, based on the file mime type another default application is called (this is similar to double-clicking on a file when download is finished).
For usage instruction and review visit: https://www.youtube.com/watch?v=HVyk0EWA5F8
Can I use this extension on Chrome OS?
Unfortunately, not. Chrome OS does not allow installation of the native client and hence these extensions are not operational.
Is it possible to automatically send links that match a pattern to an external browser?
The new release of open-in extensions will have a new list in the options page to define hostnames that you prefer the extension to open them in the destination browser with just left-clicking on the links. Define the comma-separated list of domains and when you click on a link that its domain matches with an entry in the list, the link will be opened in the destination browser.
What is the newly introduced managed storage and how can I use it?
Managed storage is used by administrators to set the default list of hostnames and URLs to be opened by the external browser on all computers on this network. For instance for the "Open in Chrome" extension that is installed on Firefox browser to open "www.bing.com" hostname in Google Chrome browser, create "{086f665e-6a55-4107-9147-f9a14e72b137}.json" file with the following content and place it in the "ROOT_DIR/ManagedStorage" directory. To find the root directory for your operating system see WebExtensions/Native_manifests.
{
"name": "{086f665e-6a55-4107-9147-f9a14e72b137}",
"description": "managed storage for Open-in-Chrome extension",
"type": "storage",
"data":
{
"hosts": ["www.bing.com"],
"urls": []
}
}
Note: "{086f665e-6a55-4107-9147-f9a14e72b137}" is the GUID of the extension for Firefox browser.Why the destination browser closes itself when I close my Firefox (the browser that the link is sent from)? This only happens if the link is sent from the Firefox browser and when the destination browser is not already opened.
Firefox opens the backend NodeJS as a child process and if NodeJS is a child process, whatever executable that is initiated by this NodeJS process is still a child of the parent executable which basically is your Firefox executable. So if the destination browser is not open and Firefox initiated it, when you close your Firefox, all the child processes that belong to this process will get closed by your operating system. This issue only happens if you start a process that is not already initiated from Firefox on Windows OS. I am not sure if there is any workaround to resolve this issue.
Can I use this extension to open the destination browser in the private mode or incognito mode?
These set of extensions do not accept command-line arguments. So you can create a batch script and insert the actual command that opens the external browser with whatever command-line options that you need (-incognito
for instance). Just make sure that the script reads the input arguments and use these arguments as the destination URLs). Now go to the options page of the extension and use the script's path as the executable path. This way the extension sends the links to the script instead of the actual browser.
What is the Tor network? Should I use it?
Tor is a network that allows users to access the internet anonymously. This network is meant to keep the user's identity anonymous. The idea is to hop each request that is sent to a remote server through multiple intermediate nodes which makes it hard for the server to identify the actual client that is requested this service. Tor offers a native application for Windows, Mac, and Linux (for Android, the native application is called Orbot) to allow users to get connected to the Tor network. For the other local applications on the user's machine to be able to access the internet through the Tor native software, there is a standard protocol which is called SOCKS5. A desktop application (like your web browser) can use this SOCKS5 protocol to communicate to the Tor client and then the Tor client sends these requests to the internet and gets the replies and redirects them to the desktop applications. Since this might be a bit confusing to get things ready, the Tor project also offers ready-to-use Tor browser which has an internal Tor client embedded and all the complexity of getting connected to the Tor network is performed automatically. To read more about the privacy of the Tor browser, take a look at the Privacy & Security of TOR Browser blog post. Also, note that you can even use the Tor network over a VPN to increase your online privacy. This way the Tor application uses your VPN IP address for communication with the outside world. In How to Use TOR with a VPN blog post, steps to set up a private VPN that connects to the Tor network is explained. Note that even if your communication with the outside world is completely anonymous, still your identity can get tracked using browser's cookies or browser's fingerprint. Make sure you have proper extensions installed to protect against these tracking methods.
Is it possible to open a URL in a particular Firefox profile using this extension?
Try my "External Application Button" extension. Read FAQ 21 for more info.
When I close my Firefox browser, all the browsers that are opened by this extension also get closed. Can I prevent this from happening?
This is due to how Firefox handles native applications. Please see FAQ #22 of my External Application Button extension for a workaround.
How can I configure policies for open-in extensions on Windows OS?
You need to set each policy as a "string value" in the Windows registry. Here is an example to set two URLs in the list of "Open in Firefox" extension for Google Chrome:Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\3rdparty\extensions
\lmeddoobegbaiopohmpmmobpnpjifpii\policy]
"hosts"="[\"www.google.com\", \"www.bing.com\"]"
Save this as a text file with *.reg extension. Then double-click to apply it. You can always use the regedit.exe application to see and edit windows registries. Once the file is loaded to the registry, open "chrome://policy" in a browser tab to see the applied policies. You can also use the background page of the extension to see the policies for this extension. To print all the configured policies, use "chrome.storage.managed.get(null, p => console.log(p))" command. This command printa all the policies for you. To see the name of policies that this extension accepts, visit schema.json file. For more info visit Configuring Apps and Extensions by Policy.
One use case for the reverse mode is to open a particular page for any reason in a specific browser but send all the targeting links of the page to the default browser. Here is the guide by markstos:
want to use Firefox for most of my browsing but on Linux Chrome has a great feature that Firefox does not. Chrome allows you to create an "app" from any website using "More Tool... / Create Shortcut / Open in New Window". Once created, the an icon appears for the app in the launcher and the app can be launched separately from the browser and will appear with no browser URL bar or tabs-- for the most part it works like it's own app.
For example, this is great for treating "Fastmail" or "Gmail" as it's own app. It's also useful for other sites you might like to treat as an "app", like Jira, Slack, Google Calendar or Spotify.
Normally external links in these "apps" open in a new, normal Chrome window that belongs to the same profile as an app.
By using this extension and "Reverse Mode", I'm able to whitelist the URLs that belong to the "app" and open external links in Firefox. Once done, it feels irrelevant that the "app" is implemented with Chrome.
This feature may also be of interest to people who using memory hogging Electron apps like Spotify or Slack. Now they can run in existing browser without installing another huge copy of the Chromium project.
To take it a step further, I want my personal email "app" to open links in a personal Firefox profile and my work email "app" to open in a work Firefox profile.
To handle this, I created two Firefox profiles. The each have their own .desktop
file with a custom icon. They are launched with custom WM_CLASS
as well. In this way the window manager also treats it like have two completely unique Firefox apps, although there is only one install.
Here's a "work" Firefox .desktop
file I added to ~/.local/share/applications/firefox-work.desktop
: [Desktop Entry]
Version=1.0
Name=AmigoFox
GenericName=Work Firefox Browser
Comment=Browse the World Wide Web
Keywords=Internet;WWW;Browser;Web;Explorer
Exec=/usr/lib/firefox/firefox -P Work --class firefox-work %u
Icon=firefox-symbolic
Terminal=false
X-MultipleArgs=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;
StartupNotify=true
StartupWMClass=firefox-work
Categories=Network;WebBrowser;
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=New Window
Exec=/usr/lib/firefox/firefox -P Work --class firefox-work --new-window %u
[Desktop Action new-private-window]
Name=New Private Window
Exec=/usr/lib/firefox/firefox -P Work --class firefox-work --private-window %u
Notice the Icon has been changed to firefox-symbolic
which is an alternate icon that allows me to tell apart the two profiles.
Finally, it seems this app requires calling a single executable on the command line with no arguments, so I added a new bash script in ~/.local/share/bin/firefox-work
#!/usr/bin/bash
/usr/bin/firefox -P Work --class firefox-work "$1"
Putting the pieces together I can have a "Work email app" (running in Chrome) that opens links in "Work Firefox".
For more info visit open-in/issues/6
On Mac OS, I am getting "permission denied" error message although the native client is installed. How can I fix the issue?
Open Mac's "Security & Privacy" and under "Full Disk Access" category add "/bin/bash" (you may be able to add the bash executable to the "Files and Folders" category instead). Then open "run.sh" script and change "#!/usr/bin/env bash" to "#!/bin/bash". This way you are asking the run.sh script to use bash executable which has the full disk access and hence it is allowed to run any executable no matter what the path is.
Is it possible to use regular expressions with the left-click on a link to match more complex URL patterns?
If your browser supports the new "URL Pattern" API, and the extension is updated to the latest version, then you can use this feature. If it is supported, on the options page, the "URL Pattern" keyword is indicated. On the supported extensions, you can use the following matching patterns:
/posts/*
)./books{/old}?
)./books/(^d)
).To learn more about "URL Pattern" matching visit developer.mozilla.org. Note that this extension silently drops the "URL Pattern" API, and used the old exact matching if there is a syntax error in one of the provided patterns. To check if you have a valid pattern, use this form:
Can I use the "Open In" extension to send a page from bookmarks to another browser?
Yes, add the exact URL of the page to the "Comma-separated list of URLs..." section of the options page and turn the "Consider even top-level navigation" on. The page will be sent to the other browser when it gets open even from bookmarks.
Please keep reviews clean, avoid improper language, and do not post any personal information. Also, please consider sharing your valuable input on the official store.