pgAdmin 4 v3.1 How can I use another browser? (Win 7)

前端 未结 3 1632
再見小時候
再見小時候 2020-12-17 19:57

I\'d like to change my default browser to IE (as that one has most of our internal sites programmed for). But currently, I can only get pgadmin4 to work well with Opera. Is

相关标签:
3条回答
  • 2020-12-17 20:31

    With the latest version of pgAdmin4, developers have added copy URL option on right click on tray icon, Download the latest version then right click on pgAdmin4 tray icon which will give you option to Copy URL, once you click that option then open your desired browser and paste the URL and hit Enter. And you are good to go :)

    Also, there is an option to run the custom browser command also. In new chrome versions you can run pgAdmin 4 as "native" desktop app. While the pgAdmin v4 web server is running, right click the icon in the Windows System Tray and select Configure... In the Browser Command input add the following:

    "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app=%URL%

    If you want to run in chrome browser window, configure command like this:

    "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" %URL%

    Hope this helps.

    0 讨论(0)
  • 2020-12-17 20:31
    1. Run your pgadmin in default browser.
    2. right click the icon in the Windows System Tray and select Configure as shown in the image.
    3. use "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app=%URL% to run as stand alone app. or paste "C:\Program Files (x86)\Internet Explorer\iexplore.exe " %URL% in browser command box to run with internet explorer

    Windows System Tray browser command

    pgadmin

    0 讨论(0)
  • 2020-12-17 20:40

    You just set as a default browser in any browser setting.PGAdmin Automatically Open as the set default browser

    0 讨论(0)
提交回复
热议问题