aboutsummaryrefslogtreecommitdiffstats
path: root/chrome-get-urls-from-tabs-in-windows.html
blob: a45f70a92322a453701928a2615a19af3695f2b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
<head>
	<title>Chrome Copy URLs From All Tabs</title>
	
	<style>
		textarea { width: 600px; height: 900px; font: 13px/1.6 Courier, monospace; }
		
		#header { font: bold 18px Helvetica, sans-serif; }
	</style>
</head>
<body>
	<p id="header"></p>
	
	<textarea id="copy-area"></textarea>
	
	<script src="chrome-get-urls-from-tabs-in-windows.js"></script>
	<script src="page.js"></script>
</body>
</html>