naeloob
naeloob
In background.js : ``` activate(tab_id, focused) { this._browser.tabs.update(tab_id, {'active': true}); this._browser.tabs.get(tab_id, function(tab) { chrome.windows.update(tab.windowId, {focused: focused}); }); } ``` Better just call chrome.windows.update with {'focused': true} if --focused is set....
Firefox has another option on windows.update From Firefox Docs : https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/windows/update drawAttention : boolean. If true, causes the window to be displayed in a manner that draws the user's attention...
Problem : Have to copy/move/sync from a GDrive source with duplications, but not granted to modify that source, so you cannot dedupe. On log file appears "Duplicate object found in...
First of all, congrats, it's a great and usefull soft. **Is your feature request related to a problem? Please describe.** You cannot see all the tabs at first glance. You...