Support of all Link/Tab
- Install: https://chrome.google.com/webstore/detail/gidlfommnbibbmegmgajdbikelkdcmcl
- Feedback: https://github.com/monque/ChromeExtension-ForceBackgroundTab/issues
Normally, Each click on a link that wants to open a new tab will ACTIVE THE NEW TAB Now, After install this extension, the new tab will RUNNING IN BACKGROUND
- Add support for Chrome 79 https://developer.chrome.com/extensions/tabs#property-Tab-pendingUrl
- Add chrome-extension:// to exception list
- Revert to version 2.1.0, that the version without moentizus file
- Performance improved
- Add new rules to exception list
- bugfix:add NEWTAB's url of chrome version 30.x to exception list
- bugfix:add chrome-search:// to exception list
- bugfix:fix the problem that open 2 tabs in background when making 1 click
- bugfix:remove the active mode for the bug above, also means it may be a FLASH when you openning a new tab
- bugfix:fix the problem that open 2 identical tabs when using Google Reader
- improved:improve the efficiency in passive mode
- feature:add active mode to prevent the FLASH when open a new tab
- bugfix:when Chrome first open the extension can not work
- improved:update some API method because deprecated
- improved:update Manifest_Version to version 2, and fix script to fit new version