Chrome
如何导出扩展
1. Go to Chrome's Extensions page (chrome://extensions/)
2. Enable the developer mode (check the developer mode box)
3. Click on the "Pack extension" button. Give the "Extension root directory" as:
a. Unix, ~/.config/google-chrome/Default/Extensions/$ID$
b. Windows, C:\Users\<Your_User_Name>\AppData\Local\Google\Chrome\User Data\Default\Extensions\$ID$
c. OSX, ~/Library/Application Support/Google/Chrome/Default/Extensions/$ID$
Leave the "Private Key" field blank" and click "Pack extension".
You will find the .CRX file in the same directory as ~/.config/google-chrome/Default/Extensions/$ID$ (or other respective directories for Windows and OS X)