Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Download Shutdown extension
#1
I have problems with this extension. It should close the browser when the downloads finish. When I use it in Chrome the extension shuts down Chrome but in Cent Browser it only closes the tab and it opens new tab page.
Reply
#2
(10-06-2016, 07:50 AM)lator Wrote: I have problems with this extension. It should close the browser when the downloads finish. When I use it in Chrome the extension shuts down Chrome but in Cent Browser it only closes the tab and it opens new tab page.

Send me your extension by zip file ! I will try to fix it for u . Biggrin
Reply
#3
(10-06-2016, 08:03 AM)xuandung38 Wrote:
(10-06-2016, 07:50 AM)lator Wrote: I have problems with this extension. It should close the browser when the downloads finish. When I use it in Chrome the extension shuts down Chrome but in Cent Browser it only closes the tab and it opens new tab page.

Send me your extension by zip file ! I will try to fix it for u . Biggrin

Thanks


Attached Files
.zip   igfmbhdbojmlaclcokamjiilmpoibmlk.zip (Size: 20.83 KB / Downloads: 626)
Reply
#4
https://chrome.google.com/webstore/detai...ilmpoibmlk
Reply
#5
Our default closing policy is not the same with Chrome.
You must change "When closing the last tab" to "Close browser window" to make this extension work.
Reply
#6
I don't have that option.

In the extension code there is this
Code:
function shutdown() {
   chrome.tabs.query({}, function(tabs) {
       for (var t = 0; t < tabs.length; t++)
           chrome.tabs.remove(tabs[t].id)
   });
}
Reply
#7
lator, what I said in #5 was not referring the extension itself, but the browser.
It is an option within "Tab options" section.
Reply
#8
(10-07-2016, 05:08 PM)CentBrowser Wrote: lator, what I said in #5 was not referring the extension itself, but the browser.
It is an option within "Tab options" section.

Thanks, it works
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)