PostmanCn
steps
- Download & Install Postman
- Install Windows Mac Linux
help
Postman official documents do not use networked workspaces. You can disable automatic updates ❗❗❗ by clicking the Scratch Pad mode in the Settings icon in the upper right corner
1. Download and install Postman
Download the Postman
Latest Version Download | Official Download pageDownload link:Win64 Win32 Mac Linux |
---|---|
– | Pay attention to👇👇👇👇👇 see below 👇👇👇👇👇Pay attention to |
Historical Version Download | Please replace the “version number” in the link below with the specified version number, for example: 8.8.0 |
Windows64 a | Dl. PSTMN. IO/download/ve…The version number/win64 |
Windows32 a | Dl. PSTMN. IO/download/ve…The version number/win32 |
Mac | Dl. PSTMN. IO/download/ve…The version number/osx |
Linux | Dl. PSTMN. IO/download/ve…The version number/Linux |
Install the Postman
2. Install The Chinese package
A prerequisite for
- Install the Postman
- Download the corresponding Chinese package
Windows
-
Download the corresponding version of app.zip
-
Go to the Postman installation address/version /resources directory
Right-click the Postman application on the desktop -> Open the file location and enter
app-*.*.*/resources
Default installation address:C:/Users/ User name /AppData/Local/Postman
Example:C: / Users/username/AppData/Local/Postman/app - 8.8.0 / resources
-
Copy app.zip to the Resources directory
will
app.zip
Unzipping to the current folder generates oneapp
Directory into theapp
See the following figure for the directory -
Just restart Postman
Operating the GIF
Mac
-
Download the corresponding version of app.zip
-
Unpack the app. Zip
-
Visit to/application/Postman. The app/Contents/Resources /
Go to access/apps and go to Postman.app and right click on the package and go to Contents/Resources
-
replace
app
folderIf there is no app folder in the directory, unzip app.zip to get the app folder, then copy the app folder extracted from app.zip to the Resources directory. Replace the original app folder, delete or rename the original app folder first
-
Just restart Postman
Linux
- Download the corresponding version app.zip
# for making the address below Replace the version number for the corresponding to the version number, for example: 8.8.0 wget https://github.com/hlmd/Postman-cn/releases/download/ version number/app. ZipCopy the code
- Unzip && replace
app
folder
Unzip -o -d Postman install address /app/resources app.zipCopy the code
Disable automatic update ❗❗❗
This is a dangerous operation and will prevent your computer from connecting to the Postman download server. Of course, this will prevent your Postman application from being updated
Add this resolution to your computer’s host file hosts
0.0.0.0 dl. PSTMN. IOCopy the code
Hosts file in
Windows: C: / Windows/System32 / drivers/etc/hosts Linux & Mac: / etc/hosts