想要离线安装Chrome的crx插件
方法: https://productforums.google.com/forum/#!topic/chrome/g02KlhK12fU
I had to install a chrome extension on a machine not connected to the internet. I didn't download the .crx file, but I did find a way to install:
- With a computer connected to the internet, install the extension from the extension page: https://chrome.google.com/webstore/detail/<extension hash>
- Navigate to the extension source code. In XP this is found at: C:\Documents and Settings<username>\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions<extension hash>
- You should see a version folder (ie. "0.0.21_0"). Copy this folder and move it on the machine you want to install on.
- Open up chrome on the disconnected machine and go to Wrench -> Tools -> Extensions
- Click the + next to Developer mode to display the developer options -Click 'Pack extension...' and choose the version folder as the root directory. Leave the private key file blank. This will create a .crx file in the version folder along with a private key as if you were the developer.
- Open the .crx file in chrome to install This should install the extension on a computer without connection to the internet.
网友评论