Themeify is a Google Chrome extension for creating beautiful images of code snippets directly from webpages, powered by the code2img REST API.
- Select the text (code snippet) on the page.
- Right click on the selected text and select Themeify from the context menu and the programming language in the submenu.
- In the language submenu, select the color theme of your choice.
- A file save dialog will appear where you can rename the file if required and save the image.
- Clone this repository
git clone https://github.com/cyberpirate92/code2img-chrome
. - Open Google Chrome and open Extension Management page by navigating to
chrome://extensions
. - Turn on Developer Mode.
- Click on the LOAD UNPACKED button and select the
src
directory from the project folder.
- The extension is now installed locally.