Ever ran into an issue where you need to convert a chrome extension that you wrote or pulled from somewhere on GitHub?
Don’t you worry. I’ve got you covered.
You can convert it with just a few simple steps
Steps:
- Open Chrome
- type chrome://extensions/ in the search bar
- Toggle the Developer Mode in the upper right corner
Developer Mode in the Upper right corner
- After Enabling it, this will appear
- Click on Pack Extension
Now this should appear. Leave the private key empty (it will be default) and click on browse Extension root dir.
Select the root directory of your extension and click pack extension
That's all you need to do. Your Crx file is now ready and generated. It will be present in the parent directory of your extension root.
Top comments (0)