Currency Converter

Click or select any price you see to currency convert it.

Currency Converterคืออะไร?

Currency Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rotagi37 และคุณลักษณะหลักของมันคือ "Click or select any price you see to currency convert it."

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

screenshot
screenshot
screenshot

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

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

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

                        in todays world you can shop anywhere in the world from the comfort of you own home but trying to compare the price of a product in different countries in different currency can be tedious. 

Easily mark any price you see on a webpage and convert it to your select currencies.
The extension will automatically detect the currency on the page and will convert it accordingly.

This is extremely good if you are looking to compare prices of the same product in different currencies .                    

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

ชื่อ Currency Converter Currency Converter
ID fphegccobldeeocfnoekhnbnidhkbppj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/currency-converter/fphegccobldeeocfnoekhnbnidhkbppj
คำอธิบาย Click or select any price you see to currency convert it.
ขนาดไฟล์ 342 KB
จำนวนการติดตั้ง 261
เวอร์ชันปัจจุบัน 1.1.13
อัปเดตครั้งล่าสุด 2019-08-09
วันที่เผยแพร่ 2019-08-09
คะแนน 3.84/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา rotagi37
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.cconverter.info/
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "lib\/jquery-2.0.0.min.js",
            "applib.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/1368812492_checkout.png",
        "default_popup": "popup.html",
        "default_title": "Currency Converter"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "extension.css",
                "flags.css"
            ],
            "js": [
                "lib\/jquery-2.0.0.min.js",
                "lib\/jquery.event.drag-2.2.js",
                "lib\/jquery.event.drag.live-2.2.js",
                "applib.js",
                "extension.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Click or select any price you see to currency convert it.",
    "icons": {
        "128": "assets\/1368812489_checkout.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqYQOT4AxGPG6S61BUFaVlN7dlcCa+2AG3uFh6tkQ65YbyP4t7r9XaDda7l+1JdxYjuxRPLboCkRrNU8alKkGeAzs0g5kZd8YLYBsWKkq3TpynYOV2Wg0fyIOzrT\/RcL0xzXBo0Jnd1JilL7hkIzL3uU44Zi+piYKyvqS7A+R8bKAjEid0n2Y23BZz4yADtV2R0\/qB4AjMDoAvv9OHJTPAImShldDdHn6F40RKLy8U6pIW4HXprdqHoMyk9GjKsw4CxzTiS08CkfmeiSl5IW+8pTAmbecM8NS4Q6L6xTsHoeJhAkYAPY1kdsBCRIpVNzTWeY0Y36KvqXa9uW2iqZeVQIDAQAB",
    "manifest_version": 2,
    "name": "Currency Converter",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "alarms",
        "contextMenus"
    ],
    "sandbox": {
        "pages": [
            "sandbox_popup.html"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.13",
    "web_accessible_resources": [
        "assets\/1368812492_checkout.png",
        "assets\/history.png",
        "assets\/pinned.png",
        "assets\/pin.png",
        "assets\/x.png",
        "assets\/flags.png",
        "tip\/tip.html",
        "lib\/*"
    ]
}