chrome 87 version of the browser installed extensions

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/Dreaming_of_you/article/details/102730647

1. Download the required extension package, get .crx file.
Common Download Station 1: http: //www.cnplugins.com/
popular download site 2: http: //chromecj.com/

2. .crx file suffix to .zip, unzip.
I installed the software bandizip decompression, decompression error: file corruption.
Try to open the .zip file with the command line, type unzip filename.zip, error, and should be repaired with -F command.
Repair command: unzip -F filename.zip --out outname
repair is successful, with bandizip decompression outname.zip file.

3. Add to the chrome.
Open URL: chrome: // extensions /, open the upper right corner developer mode option. Click "Load unpacked extension" to open outname folder, OK, the installation was successful.

Guess you like

Origin blog.csdn.net/Dreaming_of_you/article/details/102730647