blob: 0bca1a5dee3ccc6b67790fcb6c3002d222c91eec [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>