mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-20 00:04:14 +02:00
18 lines
439 B
HTML
18 lines
439 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
|
|
<link rel="stylesheet" href="page-styles/styles.css" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<a href="content-script-dom-access.html">content script DOM access</a><br/>
|
|
|
|
<a href="content-script-page-script-messaging.html">content script <-> page script messaging</a><br/>
|
|
|
|
<a href="export-helpers.html">export helpers</a><br/>
|
|
|
|
</body>
|
|
</html>
|