Context Currency Converter

This extension allows you to convert currencies from your context menu.

Context Currency Converterคืออะไร?

Context Currency Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย polivka.pavel และคุณลักษณะหลักของมันคือ "This extension allows you to convert currencies from your context menu."

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

screenshot
screenshot
screenshot

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

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

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

                        The best currency converter out there.                    

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

ชื่อ Context Currency Converter Context Currency Converter
ID jnoakmgpnhbbjmojgbkhiihnelpobmkf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf
คำอธิบาย This extension allows you to convert currencies from your context menu.
ขนาดไฟล์ 177 KB
จำนวนการติดตั้ง 426
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-09-08
วันที่เผยแพร่ 2013-09-08
คะแนน 4.08/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา polivka.pavel
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Context Currency Converter",
    "description": "This extension allows you to convert currencies from your context menu.",
    "version": "1.0",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardRead",
        "http:\/\/openexchangerates.org\/"
    ],
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Currency Converter",
        "default_popup": "popup.html"
    },
    "author": "[email protected]",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}