mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-27 03:25:38 +02:00
extension work
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="choose_action.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="action">highlight-para</div>
|
||||
<div class="action">show-foo</div>
|
||||
<div class="action">call-confirm</div>
|
||||
<script src="choose_action.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user