Adds buttons to Gmail that inserts custom tags and gifs.
The auto feature auto-submits an email in 1 click. Please be careful with this.
- Navigate to
chrome://extensions/
, locate the plugin, and click on details - Click on the
Extension Options
icon - Refresh Gmail
- OR
- Click on the icon on the top right of the browser and select
options
- Refresh Gmail
For detailed instructions, watch this demonstration
- options.js - The logic to manipulate the options page is here. User input data is collected and stored in Chrome.
- content.js - The main logic goes in here. It takes the data stored in Chrome, and injects the buttons onto the webpage. A Giphy API key will need to be inserted into line 228 to use the Gif feature.