Install sidebarenhancements
Then, press Ctrl + k, CTRL + B to open the sidebar, right-click the file in the sidebar, and find open width-> edit applications.
Set the method for enabling Firefox here.
Application: change the path to the default installation path.
[
{"ID": "Side-bar-files-open-",
"Children ":
[
// Application Firefox
{
"Caption": "Firefox ",
"ID": "Side-bar-files-open-with-Firefox ",
"Command": "side_bar_files_open_with ",
"ARGs ":{
"Paths": [],
"Application": "d :\\ Program Files \ Mozilla Firefox \ firefox.exe ",
"Extensions": ". *" // any file with extension
}
},
{"Caption ":"-"},
{
"Caption": "Chrome ",
"ID": "Side-bar-files-open-with-Chrome ",
"Command": "side_bar_files_open_with ",
"ARGs ":{
"Paths": [],
"Application": "C :\\ Program Files \ google \ chrome \ Application \ chrome.exe ",
"Extensions": ". *" // any file with extension
}
}
]
}
] Enable configuration in IE
Key bindings-> User
[
{"Keys": ["Ctrl + Shift + C"], "command": "copy_path "},
{"Keys": ["Alt + F12"], "command": "open_in_browser "},
{"Keys": ["F12"], "command": "side_bar_files_open_with ",
"ARGs ":{
"Paths": [],
"Application": "d :\\ Program Files \ Mozilla Firefox \ firefox.exe ",
"Extensions": ". *" // any file with extension
}},
{"Keys": ["Ctrl + F12"], "command": "side_bar_files_open_with ",
"ARGs ":{
"Paths": [],
"Application": "C :\\ Program Files \ google \ chrome \ Application \ chrome.exe ",
"Extensions": ". *" // any file with extension
}
}
]
For other browsers, you can press Ctrl + Shift + C and paste it directly in the address bar.
In this way, you can use these three keys to preview the page during browsing:
F12: Firefox
Alt + F12: IE
CTRL + F12: chrome
Of course, you can also configure it. Other configurators can preview it in this way.
Enable the configuration in chrome and Firefox