Skip to content

Instantly share code, notes, and snippets.

@spidergears
Created March 27, 2015 06:07
Show Gist options
  • Save spidergears/a5228df06a72ad071697 to your computer and use it in GitHub Desktop.
Save spidergears/a5228df06a72ad071697 to your computer and use it in GitHub Desktop.
chrome_extension_popup
<html>
<head>
<title>ChromeToPocket</title>
<script src="import.js"></script>
<style>
* {
margin: 5;
padding: 5;
}
html, body {
overflow: auto;
}
#progress {
overflow: auto;
}
</style>
</head>
<body>
<div id="progress-icon"></div>
<div id="progress-text"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment