Dodatki za brskalnik Firefox
  • Razširitve
  • Teme
    • za Firefox
    • Slovarji in jezikovni paketi
    • Druge strani brskalnika
    • Dodatki za Android
Prijava
Predogled "Open With Any"

Open With Any — extedic

open current page url with anything

PoskusenPoskusen
0 (0 reviews)0 (0 reviews)
1 User1 User
Za uporabo te razširitve potrebujete Firefox
Prenesite Firefox in pridobite razširitev
Prenesi datoteko

Metapodatki o razširitvi

O tej razširitvi
# 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
Ocena 0 (0 mnenj)
Prijavite se, da ocenite to razširitev
Še ni ocenjeno

Ocena shranjena

5
0
4
0
3
0
2
0
1
0
Še ni ocenjeno
Več informacij
Povezave dodatka
  • Stran s podporo
Različica
1.0
Velikost
24,83 KB
Zadnja posodobitev
pred 2 letoma (15. dec. 2023)
Sorodne kategorije
  • Zavihki
Licenca
Licenca MIT
Zgodovina različic
  • Ogled vseh različic
Dodaj v zbirko
Prijavi ta dodatek
Več razširitev razvijalca extedic
  • Še ni ocenjeno

  • Še ni ocenjeno

  • Še ni ocenjeno

  • Še ni ocenjeno

  • Še ni ocenjeno

  • Še ni ocenjeno

Pojdi na domačo stran Mozille

Dodatki

  • O strani
  • Blog Dodatkov za Firefox
  • Delavnica razširitev
  • Razvojno središče
  • Pravilniki za razvijalce
  • Blog skupnosti
  • Forum
  • Prijavi hrošča
  • Smernice za ocene

Brskalniki

  • Desktop
  • Mobile
  • Enterprise

Izdelki

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Zasebnost
  • Piškotki
  • Pravno obvestilo

Če ni navedeno drugače, je vsebina tega spletnega mesta na voljo pod licenco Creative Commons Attribution Share-Alike v3.0 ali pod katerokoli novejšo različico.