mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
Changed filenames
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Reads your history, and shows the top ten pages you go to by typing the URL.",
|
||||
"permissions": ["history"],
|
||||
"action": {
|
||||
"default_popup": "typedUrls.html",
|
||||
"default_popup": "typed-urls.html",
|
||||
"default_icon": "clock.png"
|
||||
},
|
||||
"manifest_version": 3
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
min-width: 250px;
|
||||
}
|
||||
</style>
|
||||
<script src="typedUrls.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>Recently Typed URLs:</h2>
|
||||
<script src="typed-urls.js"></script>
|
||||
<div id="typedUrl_div"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user