Created WebExtension showing how to use the Cookies API (#114)

This commit is contained in:
Flávio da Silva Rodrigues Almeida
2016-10-31 15:34:16 -02:00
committed by wbamberg
parent 07375ca50a
commit b7048d83df
9 changed files with 101 additions and 0 deletions

19
list-cookies/cookies.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="cookies.css"/>
</head>
<body>
<div class="panel">
<div class="panel-section panel-section-header">
<div class="text-section-header" id="header-title"></div>
</div>
<ul id="cookie-list">
</ul>
<script src="cookies.js"></script>
</body>
</html>