Currency Converter

Our currency converter for Google Chrome is simple, fast and easy to use.

Currency Converterคืออะไร?

Currency Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย helpfulwebtech และคุณลักษณะหลักของมันคือ "Our currency converter for Google Chrome is simple, fast and easy to use."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Currency Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Our simple and powerful currency converter allows you to convert currency from almost anywhere in the world.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Currency Converter Currency Converter
ID oefbbnongdanddobfaabmoggfljdpjlb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/currency-converter/oefbbnongdanddobfaabmoggfljdpjlb
คำอธิบาย Our currency converter for Google Chrome is simple, fast and easy to use.
ขนาดไฟล์ 199 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-12-29
วันที่เผยแพร่ 2019-07-19
คะแนน 4.85/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา helpfulwebtech
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "JLozano",
    "action": {
        "default_icon": {
            "19": "assets\/icons\/19.png",
            "38": "assets\/icons\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+W",
                "default": "Alt+W",
                "linux": "Alt+W",
                "mac": "Alt+W",
                "windows": "Alt+W"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "assets\/icons\/128.png",
        "19": "assets\/icons\/19.png",
        "32": "assets\/icons\/32.png",
        "38": "assets\/icons\/38.png",
        "48": "assets\/icons\/48.png",
        "64": "assets\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "1.4"
}