IBAN Generator

Generates random IBAN number

IBAN Generatorとは何ですか?

IBAN GeneratorはKoalaBearによって開発されたChromeの拡張機能で、その主な機能は「Generates random IBAN number」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 IBAN Generator IBAN Generator
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
Eメール [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"
}