Sign in
gwt
/
gwt
/
49d704126613896e7784e1b99af8d07c893b2008
/
.
/
plugins
/
npapi
/
prebuilt
/
gwt-dev-plugin
/
background.html
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>