aboutsummaryrefslogtreecommitdiffstats
path: root/chrome-get-urls-from-tabs-in-windows.html
blob: 23bc74ea4fe0a91efafa90c6c18d8e7667a710ce (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: 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>