mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
Added export-helpers page
This commit is contained in:
11
export-helpers.html
Normal file
11
export-helpers.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user