StevensSEC / stevens-web-extension

A portable, centralized hub for collecting, analyzing, and presenting data for Stevens students.
GNU General Public License v3.0
6 stars 0 forks source link

Add ability to save schedule screenshot #34

Closed adapap closed 4 years ago

adapap commented 4 years ago

This PR/feature serves as a proof of concept that there are a plethora of features that the Browser API provides, one of which is the ability to capture the visible region of a tab. The image is saved in base64-encoded format, which means it can be stored in the extension's local storage and referenced in the popup. Here is how it looks: image