diff options
Diffstat (limited to 'popup.html')
| -rw-r--r-- | popup.html | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -59,12 +59,16 @@ <button id="activate">Launch Timestamp Tool</button> <div> <label for="offset">Offset (sec):</label> - <input type="number" - id="offset" - value="5" + <input type="number" + id="offset" title="Offset each timestamp by this many seconds, ex. 3 = 3s before each timestamp, -3 = 3s after each timestamp" > + <label for="autosave">Autosave</label> + <input type="checkbox" + id="autosave" + title="Automatically save timestamps for each video"> + </input> </div> <script src="popup.js"></script> </body> -</html>
\ No newline at end of file +</html> |
