mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-24 02:02:53 +02:00
an example using contextualIdentities (#179)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="context.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="panel">
|
||||
<div id="identity-list"></div>
|
||||
</div>
|
||||
<script src="context.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user