Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
Open With Any 预览

Open With Any 作者: extedic

open current page url with anything

实验性实验性
0 (0 reviews)0 (0 reviews)
1 个用户1 个用户
您需要 Firefox 来使用此扩展
下载 Firefox 并安装扩展
下载文件

扩展元数据

关于此扩展
# OpenWithAny
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: https://github.com/democrazyx/OpenWithAny
评分 0(1 位用户)
登录以评价此扩展
目前尚无评分

已保存星级评分

5
0
4
0
3
0
2
0
1
0
尚无评价
更多信息
附加组件链接
  • 用户支持网站
版本
1.0
大小
24.83 KB
上次更新
2 年前 (2023年12月15日)
相关分类
  • 标签页
许可证
MIT 许可证
版本历史
  • 查看所有版本
添加到收藏集
举报此附加组件
extedic 制作的更多扩展
  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

  • 目前尚无评分

转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。