Files
tools-app/extension/offscreen.html

11 lines
192 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Offscreen Clipboard Access</title>
</head>
<body>
<textarea id="text"></textarea>
<script src="offscreen.js"></script>
</body>
</html>