Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 628 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 628 Bytes

Just Black Improved

Large Screenshot

Chrome Web Store

https://chrome.google.com/webstore/detail/just-black-improved/djhodaekkhcngaaninbleegpklddnhdh

Create the CRX locally

  • Just run 'make'
  • It will create the key if necessary and the chrome_theme.crx file.
Creating key to be used by the theme...

openssl genrsa -out rsa.pem 768
Generating RSA private key, 768 bit long modulus
.++++++++
....++++++++
e is 65537 (0x10001)
openssl pkcs8 -topk8 -nocrypt -in rsa.pem -out key.pem
rm rsa.pem

Creating theme...

./crxmake chrome_theme key.pem
Wrote chrome_theme.crx