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