Install the latest version from the Chrome Webstore, Mozilla Addons or Microsoft Edge Add-ons depending on your browser.
- Chrome Webstore for Google Chrome
- Mozilla Addons for Mozilla FireFox
- Microsoft Edge Add-ons for Microsoft Edge
- Right click any input field (or focus on one and press
Alt
+Shift
+k
) and pick Kenteken invoegen - Move through the categories until the icon changes to an input-box
- Click on the item or press
Enter
or➞
- The extension will pick a random license plate from within the selected category and insert it into the input field
- Docker
Start a build process that continuously watches the code and (re)builds the extension
$ docker-compose run node npm install
$ docker-compose run node npm run watch
After the initial build is complete, load the unpacked extension into your favorite browser
- Browse to chrome://extensions
- Click on Load unpacked extension
- Browse to the
extension/
folder and select it - The development version of this extension is now loaded.
- Browse to about:debugging
- Switch to the This Firefox tab
- Click on Load Temporary Add-on
- Browse to the
extension/
folder and select it - The development version of this extension is now loaded.
- Browse to edge://extensions
- Click on Load unpacked
- Browse to the
extension/
folder and select it - The development version of this extension is now loaded.
To create a production-ready build execute the following steps:
$ docker-compose run node npm install
$ docker-compose run node npm run build
The code will be bundled and minified, after this the full extension is available in the extension/
-folder.