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
15 lines
259 B
HTML
15 lines
259 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="button.css">
|
|
</head>
|
|
<body>
|
|
<div id="buttonDiv">
|
|
</div>
|
|
<div>
|
|
<p>Choose a different background color!</p>
|
|
</div>
|
|
</body>
|
|
<script src="options.js"></script>
|
|
</html>
|