This may not meet your usage pattern/scenario.
Vivaldi
works differently, URL is setted inloading
status unlikeChrome
(onUpdated events to be notified when a URL is set). Read this official docs
Lazy load on startup : https://github.com/Jman/lazy_tab
Lazy load on new tab which opened from link
Preload next n tab which opened from link defined asLAZY_LOAD_TAB_THRESHOLDS
(default: 1)
"The Great Discarder" is a clone of my other open source chrome extension "The Great Suspender". It was built to take advantage of Google's new 'tab discarding' functionality which is essentially a native implementation of tab suspension. This implementation is more robust and performant, both in the resources consumed by the extension, and the memory savings of the tab suspension. It is also compatible with chrome tab history syncing.
If you have suggestions or problems using the extension, please submit a bug or a feature request.
The Great Suspender is also available via the official Chrome Web Store.
- Download the latest available version and unarchive to your preferred location (whichever suits you).
- Using Google Chrome browser, navigate to chrome://extensions/ and enable "Developer mode" in the upper right corner.
- Click on the Load unpacked extension... button.
- Browse to the src directory of the downloaded, unarchived release and confirm.
Dependencies: openssl, npm.
Clone the repository and run these commands:
npm install
npm run generate-key
npm run build
It should say:
Done, without errors.
The extension in crx format will be inside the build/crx/ directory. You can drag it into [extensions] (chrome://extensions) to install locally.
This work is licensed under a GNU GENERAL PUBLIC LICENSE (v2)
This package uses the indexedDb wrapper [db.js] (https://github.com/aaronpowell/db.js) written by Aaron Powell. Thank you also to www.browserstack.com for providing free chrome testing tools.