SidneyNemzer / snippets

A Chrome extension that allows you to create and edit JavaScript code snippets, which are synced to all your computers
https://chrome.google.com/webstore/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag
63 stars 9 forks source link

Snippets should auto-save #2

Closed SidneyNemzer closed 7 years ago

SidneyNemzer commented 7 years ago

In a world of auto-saving applications, it's counter-intuitive to have to press a save button.

The application should autosave snippets:

SidneyNemzer commented 7 years ago

In order to auto-save when the devtools window closes, I'll need to add a background page

See these for more info:

https://developer.chrome.com/extensions/devtools

6