mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* Update sample file structure. * Update description * Fix wrong favicon path * Add basic sample * Update README.md * Fix comments
9 lines
172 B
HTML
9 lines
172 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h2 style="width: 300px">Most Visited:</h2>
|
|
<div id="mostVisited_div"></div>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|