5000 trillion yen Converter

It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen

5000 trillion yen Converterとは何ですか?

5000 trillion yen Converterはowenによって開発されたChromeの拡張機能で、その主な機能は「It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen」です。

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

screenshot

5000 trillion yen Converter拡張機能のCRXファイルをダウンロード

5000 trillion yen Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        5000兆円が欲しい…そんな時、このアプリを使うと5000兆円を5000兆円(という画像)に変換してくれます。

5000兆円を思う存分堪能しましょう(?)

なお本アプリはすべてのページの5000兆円を5000兆円に変換します。またページによっては正常に変換できない場合がありますが、予めご了承ください。                    

拡張機能の基本情報

名前 5000 trillion yen Converter 5000 trillion yen Converter
ID mgaphgebhfgmkahikdhdomnnpelbijmo
公式URL https://chromewebstore.google.com/detail/5000-trillion-yen-convert/mgaphgebhfgmkahikdhdomnnpelbijmo
説明 It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen
ファイルサイズ 698 KB
インストール数 2,558
現在のバージョン 1.0.7
最終更新日 2018-06-08
公開日 2018-06-08
評価 4.90/5 合計 87 レビュー
開発者 owen
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ja",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.slim.min.js",
                "scripts\/contentscript.js",
                "scripts\/options.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/5000-trillion-yen.png",
        "images\/moriogai.png",
        "images\/moriogai_old.png",
        "images\/hosii.png"
    ]
}