aboutsummaryrefslogtreecommitdiffstats
path: root/chrome-get-urls-from-tabs-in-windows.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome-get-urls-from-tabs-in-windows.html')
-rw-r--r--chrome-get-urls-from-tabs-in-windows.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html
index 90e4013..a19819a 100644
--- a/chrome-get-urls-from-tabs-in-windows.html
+++ b/chrome-get-urls-from-tabs-in-windows.html
@@ -4,16 +4,18 @@
<title>Chrome Copy URLs From All Tabs</title>
<style>
- html, body { height: 100%; }
+ html, body { height: 100%; font-family: Helvetica, sans-serif; }
textarea { width: 600px; height: 90%; font: 13px/1.6 Courier, monospace; }
- #header { font: bold 18px Helvetica, sans-serif; }
+ #header { font-size: 18px; font-weight: bold; }
</style>
</head>
<body>
<p id="header"></p>
+ <p id="download-link"></p>
+
<textarea id="copy-area"></textarea>
<script src="chrome-get-urls-from-tabs-in-windows.js"></script>