blob: be794d4cfe4dc6d05e44ab1c907b24f9df45e691 [file] [log] [blame]
<html>
<head>
<script>
chrome.extension.onConnect.addListener(function(port) {
// Tell my caller his tabId
port.postMessage( { name:"tabId", tabId:port.tab.id } );
});
</script>
</head>
</html>