CentOS下安裝pgAdmin插件主要有以下兩種方法:
pip3 install pgadmin4-extensions
git clone https://github.com/pgadmin/pgadmin4-extensions.git
python setup.py install