Files
webextensions-examples/export-helpers.html
2017-10-10 13:41:20 -07:00

12 lines
317 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<input type="button" value="Call an exported function" id="function-notify"/>
<input type="button" value="Call a function of an exported object" id="object-notify"/>
<script src="page-scripts/export-helpers.js"></script>
</body>
</html>