Currency calculator

Currency calculator

Currency calculatorคืออะไร?

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

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Allow user to convert values between different currencies.
Key features:
- Support 5 different currencies
- Provide user with up to date currencies rates
- Allow to set default currency
- Support 2 locales: english and russian                    

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

ชื่อ Currency calculator Currency calculator
ID abjmkppdokelmiilmojnbcplckdofjcj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/currency-calculator/abjmkppdokelmiilmojnbcplckdofjcj
คำอธิบาย Currency calculator
ขนาดไฟล์ 284 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 1.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Eretin Oleg
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extName__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/api.fixer.io\/",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}