Open With 的评价
Open With 作者: Geoff Lankow
Firefox 用户 13514785 的评价
评分 5 / 5
来自 Firefox 用户 13514785,7 年前I missing Qupzilla.
Your script cannot find QupZilla
I have modify it in this way:
"
def find_browsers():
apps = [
'Chrome',
'Chromium',
'chromium-browser',
'firefox',
'Firefox',
'Google Chrome',
'google-chrome',
'opera',
'Opera',
'qupzilla',
'QupZilla',
'SeaMonkey',
'seamonkey',
]
"
Your script cannot find QupZilla
I have modify it in this way:
"
def find_browsers():
apps = [
'Chrome',
'Chromium',
'chromium-browser',
'firefox',
'Firefox',
'Google Chrome',
'google-chrome',
'opera',
'Opera',
'qupzilla',
'QupZilla',
'SeaMonkey',
'seamonkey',
]
"