Chrome browser extension for the Tweakers.net Dutch tech community website. Which adds an "On this day in..." section on the frontpage. This section contains historical articles from the same day in other years.
Wouldn't exist without the work done by ieperlingetje and his Tijdmachine (Time Machine) website for its contents.
- Navigate to chrome://extensions
- Expand the Developer dropdown menu and click “Load Unpacked Extension”
- Navigate to the local folder containing the extension’s code and click Ok
- Assuming there are no errors, the extension should load into your browser
- Navigate to about:debugging#/runtime/this-firefox
- Click on Load Temporary Add on
- Navigate to the local folder containing the extension’s code and click Ok
- Go to Tweakers.net, click the extension icon and give access
- Assuming there are no errors, the extension should load into your browser
Build your own using Build for distribution
To build, a recent node or equivalent needs to be installed.
npm run build
generates a minifiedcontent.js
file from the sources in the./dist/
directorynpm run auto-build
runs the build command on file change
Run npm run build-dist
which will pack the extension into a zip file with the current date and time in the root folder.
For any suggestions and or bugs please open a new issue or send me a DM. PR's are welcome.