Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Created February 26, 2023 20:06
Show Gist options
  • Save mitchallen/a90ce41c1660f49a7b1a0f81ce84c8eb to your computer and use it in GitHub Desktop.
Save mitchallen/a90ce41c1660f49a7b1a0f81ce84c8eb to your computer and use it in GitHub Desktop.
Example popup.html for a Chrome Extension
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="button.css">
</head>
<body>
<button id="changeColor"></button>
<script src="popup.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment