Skip to content

zaidchauhan/iban-generator-chrome-extension

Repository files navigation

IBAN Generator (chrome extension) Build Status

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.

Install from chrome web store

Current Features

  • Context menu on input field to paste random IBAN.
  • Click on icon to copy random IBAN in clipbaord.

Getting Started

  • 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.

Built With

  • Typescript
  • Webpack
  • ESLint

Contributing

Please create issue and discuss your solution/approach before making any PR.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments