1/* 2 * Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this 3 * source code is governed by a BSD-style license that can be found in the 4 * LICENSE file. 5 */ 6 7var additionalInfo = { 8 "title": document.title, 9 "selection": window.getSelection().toString() 10}; 11 12chrome.extension.connect().postMessage(additionalInfo); 13