WebTrack Pro is a powerful browser extension designed to empower users with comprehensive insights into their web browsing habits. This extension not only tracks your web history but also provides robust analytical tools to help you understand and control your online behavior. Take charge of your digital life with WebTrack Pro and make informed decisions about your internet usage.
Start optimizing your online experience with WebTrack Pro today!
# install dependencies
yarn i
# build files to `/dist` directory
# HMR for extension pages and content scripts
yarn dev
# build files to `/dist` directory
$ yarn build
Open the Extension Management page by navigating to chrome://extensions
.
Enable Developer Mode by clicking the toggle switch next to Developer mode
.
Click the LOAD UNPACKED
button and select the /dist
directory.
Do check out the Svelte Chrome Extension Template by @NekitCorp here