IBAN Generator
Generates random IBAN number
What is IBAN Generator?
IBAN Generator is a Chrome extension developed by KoalaBear, and its main feature is "Generates random IBAN number".
Extension Screenshots
Download IBAN Generator Extension CRX File
Download IBAN Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Generates a random IBAN number for a random country. Right click on a text input and select the menu option.
Extension Basic Information
Name | IBAN Generator |
ID | ikjaemkggifplcpjmpidaibjbblionlp |
Official URL | https://chromewebstore.google.com/detail/iban-generator/ikjaemkggifplcpjmpidaibjbblionlp |
Description | Generates random IBAN number |
File Size | 19.88 KB |
Installation Count | 120 |
Current Version | 0.1.0 |
Last Updated | 2018-03-02 |
Publish Date | 2018-03-01 |
Rating | 3.00/5 Total 2 Ratings |
Developer | KoalaBear |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://koalabear.nl/geocachingdrivenotes/privacypolicy.php |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Generates random IBAN number", "icons": { "16": "IBANGenerator16.png", "48": "IBANGenerator48.png", "128": "IBANGenerator128.png" }, "manifest_version": 2, "name": "IBAN Generator", "permissions": [ "contextMenus", "activeTab" ], "version": "0.1.0" } |