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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย owen และคุณลักษณะหลักของมันคือ "It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 5000 trillion yen Converter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}