This chrome extension goal is to allow to easily take a screenshot and put it in a browser-like window, it is inspired by code-snapshot on VsCode.
Use the chrome extension api to capture the tab and html2canvas to download the final image.
- Clone this repo
- Go to the chrome extension management page
- Click on Load Unpacked and select the clone folder.
- Done !