sleepytabs/popup.html
2021-10-16 15:49:01 +02:00

18 lines
755 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="popup.css">
</head>
<body>
<a href="#" class="suspend-tab">Suspend this tab now</a>
<a href="#" class="un-suspend-tab">Un-suspend this tab now</a>
<a href="#" class="suspend-other">Suspend other tabs</a>
<a href="#" class="un-suspend-all-tabs">Un-suspend all tabs</a>
<a href="#" class="never-suspend-page">Never suspend page</a>
<a href="#" class="remove-never-suspend-page">Remove never suspend page</a>
<a href="#" class="never-suspend-site">Never suspend site</a>
<a href="#" class="remove-never-suspend-site">Remove never suspend site</a>
<a href="options.html" target="_new">Options...</a>
<script src="popup.js"></script>
</body>
</html>