Record packaging Google Chrome browser plug-in

Simply record the process of successfully packaging the Google Chrome plug-in

1. Find the root directory where the Google plug-in is located

1. 1 Plug-in general directory

C:\Users\Account Name\AppData\Local\Google\Chrome\User Data\Default\Extensions
Note: The account name is generally the basic account name defined by yourself for the computer, such as: ZhangSan

The file name of the plug-in is generally the ID of the plug-in.
Insert image description here

1. 2 Find the corresponding plug-in folder according to the plug-in ID and version number.

Insert image description here

1. 3 Copy the plug-in file path

Insert image description here

2. Package the Google Chrome plug-in

2.1 Open the Google Chrome extension

Insert image description here

2. 2 Click the Package Extension button

注意先打开开发者模式,一会儿将插件拖入扩展程序同样需要打开开发者模式

Insert image description here

2.3 Fill in the file location and start packaging

Note: When you need a private key file, just use the PEM file in the root directory of the previous Google plug-in. Similarly, copy its file name and file location.
Insert image description here
Insert image description here

3. After packaging, use the mouse to drag the extension directly into it. Remember to turn on the developer mode.

Insert image description here

Guess you like

Origin blog.csdn.net/weixin_51033461/article/details/124610819