Simple currency converter

Currency rate calculator

Simple currency converterคืออะไร?

Simple currency converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MaxPax และคุณลักษณะหลักของมันคือ "Currency rate calculator"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple currency converter

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

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

                        Convenient financial converter. Just enter the desired amount and you will see the corresponding amount in another currency. All major fiat currencies and popular cryptocurrencies are supported.
Unused currencies can be hidden.                    

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

ชื่อ Simple currency converter Simple currency converter
ID obhemlghbbloobahdlkjmniichcandhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-currency-converter/obhemlghbbloobahdlkjmniichcandhd
คำอธิบาย Currency rate calculator
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 7,083
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2023-10-24
วันที่เผยแพร่ 2020-06-10
คะแนน 4.00/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา MaxPax
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.3",
    "default_locale": "ru",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png"
        },
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.iliz.net\/*"
    ],
    "icons": {
        "19": "icon48.png",
        "24": "icon48.png",
        "32": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}