IBAN Generator
Generates random IBAN number
什么是IBAN Generator?
IBAN Generator是由KoalaBear开发的Chrome扩展程序,该扩展的主要功能是“Generates random IBAN number”。
扩展截图
下载IBAN Generator扩展crx文件
下载IBAN Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generates a random IBAN number for a random country. Right click on a text input and select the menu option. 扩展基本信息
| 名称 | |
| ID | ikjaemkggifplcpjmpidaibjbblionlp |
| 官方URL | https://chromewebstore.google.com/detail/iban-generator/ikjaemkggifplcpjmpidaibjbblionlp |
| 简介 | Generates random IBAN number |
| 文件大小 | 19.88 KB |
| 安装次数 | 120 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2018-03-02 |
| 上架时间 | 2018-03-01 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | KoalaBear |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://koalabear.nl/geocachingdrivenotes/privacypolicy.php |
| 支持的语言 | 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"
} | |