Chrome installs the XPath extension, prompting "invalid package: CRX_HEADER_INVALID"

1. The operation that causes an error to
directly drag and drop the xx.crx file to the browser to install it will report a "package invalid" prompt
insert image description here

2. Solve the problem of error reporting
(1) Modify the xx.crx file to .rar
insert image description here

(2) Unzip the rar compressed file after modification
insert image description here
(3) Modify the name of the folder _metadata to metadata
insert image description here
(4) Open the extension program, start "Developer Mode", click "Load unzipped extension program", select the folder you just unzipped
insert image description here
( 5) Installation is complete
insert image description here

Guess you like

Origin blog.csdn.net/baidu_33864675/article/details/113823830