mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* Update getting started code for MV3 * Small polish & cleanup in getting started * Minor: reorder manifest version fields * Updates based on article drafting process * Cleanup from getting-started runthrough
11 lines
191 B
HTML
11 lines
191 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="button.css">
|
|
</head>
|
|
<body>
|
|
<button id="changeColor"></button>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|