This is simple chrome extension to generate random IBAN.
Right now, it is limited to Netherlands as country.
Will add more features, including option to select country and bank soon.
- Context menu on input field to paste random IBAN.
- Click on icon to copy random IBAN in clipbaord.
yarn install
- Then just run
yarn run build
to have unpacked version of chrome extension. - Go to chrome://extensions/
- Click on
Load unpacked
and select dist folder.
- Typescript
- Webpack
- ESLint
Please create issue and discuss your solution/approach before making any PR.
This project is licensed under the MIT License - see the LICENSE file for details