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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}