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: 293
        
chrome
|extensions
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