# Open With Any

> open current page url with anything

Canonical page: [https://chrome-stats.com/d/openwithany](https://chrome-stats.com/d/openwithany)

## Overview

- **ID:** `openwithany`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** extedic
- **Category:** tabs
- **Daily users:** 1
- **Version:** 1.0
- **Last updated:** 2023-12-15
- **First published:** 2023-12-15
- **Size:** 25 KB
- **Data as of:** 2026-09-11
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/openwithany/)
- **Website:** [https://github.com/democrazyx/OpenWithAny](https://github.com/democrazyx/OpenWithAny)

## Description

open current page url with anything

I want to open local pdf files with edge for its convenient marking and saving, however no addons can meet my demand, so I write one.

This addon based on the custom url protocol, so you need to add custom url protocol to your system.

# Usage (currently only for Edge)
## install
1. install the addon
2. add the url protocol settings of regedit, by creating a file naming `OpenWithEdge.reg`, then edit with notepad, and copy the following code into it, then save and double click the file.
```
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\openedge]
@="URL:OPEN EDGE"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\openedge\shell]

[HKEY_CLASSES_ROOT\openedge\shell\open]

[HKEY_CLASSES_ROOT\openedge\shell\open\command]
@="powershell.exe -WindowStyle hidden -NoProfile -Command \"Invoke-Command { $args = '%1'; $args = $args -Replace 'openedge://', ''; $args = $args -Replace '//', '://'; $args = $args -Replace ':://', '://'; Start-Process -FilePath 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe' -ArgumentList $args }\""

```

*check carefully of the msedge.exe path in the last line:* 

`-FilePath 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe'`:

3. click the addon icon to open current page with edge

## Uninstall
1. uninstall the addon
2. remove the url protocol
```
Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\openedge]

```

github page: <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/5f7300b11f55e0e7e368f912fbac24873f5618500d89a48529399e143ece7e50/https%3A//github.com/democrazyx/OpenWithAny" rel="nofollow">https://github.com/democrazyx/OpenWithAny</a>

## Rankings

- #105,893 — Overall

## Permissions and access

### Permissions

- `activeTab`

## Safety

- **Risk impact:** Very low risk impact
- **Risk likelihood:** Moderate risk likelihood

### Analysis details

- This extension has low user count. Unpopular extensions may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [Open in Microsoft Edge](https://chrome-stats.com/d/open-microsoft-edge) — 865 users, 4.56 / 5
- [Open in MS Edge™ Browser](https://chrome-stats.com/d/open-in-microsoft-edge-browser) — 1,434 users, 4.21 / 5
- [Open with anything](https://chrome-stats.com/d/open-with-anything)
- [Open With for Microsoft Edge](https://chrome-stats.com/d/open-with-microsoft-edge) — 157 users, 2.29 / 5
- [Open in IE™](https://chrome-stats.com/d/open-in-ie-1) — 2,213 users, 2.78 / 5
- [Open in PDF Viewer](https://chrome-stats.com/d/open-in-pdf-viewer) — 8,245 users, 3.55 / 5
- [Open With for Internet Explorer](https://chrome-stats.com/d/open-with-internet-explorer) — 1,645 users, 2.63 / 5
- [Redirect to Edge](https://chrome-stats.com/d/redirect-to-edge) — 39 users, 5.00 / 5
- [Edge Redirector](https://chrome-stats.com/d/edge-redirector) — 6 users
- [Open tab in MS Edge](https://chrome-stats.com/d/open-tab-in-ms-edge) — 141 users, 4.00 / 5
- [OpenWith | Browser Chooser](https://chrome-stats.com/d/openwith-browser-chooser) — 1 users
- [Open in Chrome™](https://chrome-stats.com/d/open-in-chrome-1) — 1,326 users, 3.79 / 5

---

Source: [Chrome-Stats](https://chrome-stats.com/d/openwithany)
