aboutsummaryrefslogtreecommitdiffstats
path: root/chrome-get-urls-from-tabs-in-windows.html
blob: 3d2fbf8dce437c7f36625695247599646ff505f0 (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-size: 13px; line-height: 1.6; }
		
		#header { font-weight: bold; }
	</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>