chrome.extension.getExtensionTabs(); not giving results

Posted by user307635 on Stack Overflow See other posts from Stack Overflow or by user307635
Published on 2010-04-03T15:07:17Z Indexed on 2010/04/03 15:13 UTC
Read the original article Hit count: 262

Filed under:
|

can anybody help me. the sample code is

function capturecurrent() {

            var win = chrome.extension.getExtensionTabs();
            return win;

           }

its not returning any domwindowarray. if i calculate win.length, it always gives me 0;

© Stack Overflow or respective owner

Related posts about chrome

Related posts about extensions