Recensiones de Open With
Open With per Geoff Lankow
Recension de Usator de Firefox 14121553
Classificate 5 de 5
per Usator de Firefox 14121553, há 7 anosMany thanks for this great work !! ;-) Maybe hard to install for some people, but I think the documentation is good enough and this work really great with all browsers....
181 recensiones
- Classificate 1 de 5per marxdrive, há 10 diasNo longer maintained. Gemini reports the Python file you need to execute as:
"The script's primary purpose is to allow a browser extension to execute commands on the local machine. This capability, while useful for legitimate purposes (like opening files with specific applications), inherently carries a security risk. The direct execution of receivedMessage without apparent input validation is a critical vulnerability." - Classificate 4 de 5per EbenieAmaazon, há 6 meses
- Classificate 1 de 5per Usator de Firefox 17391463, há 6 mesesSeveral years ago the developer stopped supporting his plugins to focus on Thunderbird. I hope he isn't the one responsible for how bad Thunderbird is now, because if so he should have stuck to plugins.
- Classificate 5 de 5per sadfvgbnm, há 6 meses>3. Open a command prompt. Run the file with the argument "install", like this:
>open_with_windows.py install
>If you move the file, you must run this step again.
Note for the noobs like me: The command should be:
python open_with_windows.py install - Classificate 5 de 5per Vietz, há 7 mesesWorks well, just follow the installation instruction (native client)
- Classificate 5 de 5per Usator de Firefox 16920239, há 2 anos
- Classificate 1 de 5per Usator de Firefox 16666464, há 2 anosCould not get the extension to work. No debug codes were given in the firefox browser console, python console or CMD console
- Classificate 5 de 5per Usator de Firefox 14068407, há 2 anos
- Classificate 5 de 5per Usator de Firefox 12900474, há 2 anosI heard that the "Open With" developer no longer maintains the extension (I hope that some developer continues to update and maintain the extension, as it is very useful to open YT-DLP and video players such as MPV, PotPlayer, VLC and MPC- HC)
- Classificate 5 de 5per Usator de Firefox 15569604, há 2 anos
- Classificate 3 de 5per Usator de Firefox 11246114, há 2 anosA great app! Has somebody found a way to use it with Snap Firefox?
- Classificate 5 de 5per Usator de Firefox 16323835, há 3 anos
- Only for Unix geeks. I'm no newbie, but have tried absolutely everything on here and it simply will not install. Latest version of Python? Check. ---Terminal commands: can only get it ti recognise if I drag the .py file onto terminal. Then, install sill not run no matter the combo. 'Command not found'. This should be part of T-Bird's BASIC setups.
- Open With is one of the few remaining Firefox extensions that are both extremely useful and actually working as designed. After downloading, follow the steps in the Open With Options page to install it.
First, use the "Fetch it from here" link to download the latest version of the Python software. Click on the downloaded installer to install Python. By default, it will install to C:\Users\[username]\AppData\Local\Programs.
Second, use the "Click here to download" link to download the Python file opem_with_windows.py. Move the file from the Downloads folder to the folder where you want it to be installed.
Third, use Command Prompt to install the .py file. It's a 2-step process. First, you have to tell Command Prompt where you put the file. Then you have to tell Command Prompt to install it.
For example, if you moved the .py file to C:\Users\[username]\Firefox, then the first command you would type in Command Prompt would be
cd "C:\Users\[username]\Firefox"
Press Enter. Then type
open_with_windows.py install
Press enter. Close Command Prompt.
Now, in the Open With Options page, click the "Test Installation" button. If a green check mark appears, you're done. If a red "X" appears, repeat the steps above until you get it right.
IMPORTANT NOTE: Understand that the Python software you downloaded enables the Python .py file to function, and the .py file enables the Open With extension to work. If you rename or move the folder in which you installed the .py file, the extension will stop working. In that case, use Command Prompt as above to reinstall the .py file in the new or renamed folder location.