Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install chrome extension as external extensions

I need install chrome extension as a manual way. So I follow this page https://developer.chrome.com/extensions/external_extensions. I install chrome extension with registry. Everything was fine. But the problem is: that extension cannot "remember anything". Each time I close and open chrome, it was installed again (extension show a welcome page) and everything it save from last session has gone. That problem does not exists if I install it as a normal way. So there are anyway to solve it?

like image 602
StoneHeart Avatar asked Oct 17 '25 01:10

StoneHeart


1 Answers

  • Navigate to "chrome://extensions/" in the url bar...
  • Click "Developer mode" in the top right hand corner.
  • Click "Pack extension..."
  • In the "Extension root directory" field, choose the folder that contains all your extension files.
  • Leave the "Private key file" blank...
  • Click OK

Your extension will now be packed into a .crx file wherever your parent extension directory was on your computer... there will also be a .pem file, which is irrelevant really, it just holds your private key in case you won't to update this same extension, in which case you would pack the extension with the private key file...

Open the .crx in chrome... It will give you a message saying extensions and themes may harm your computer... click OK, this message only shows up because the extension has not been tested by google in the extension gallery... Your extension will install and will remember all your data

like image 134
David Avatar answered Oct 19 '25 20:10

David



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!