USD to INR

Gets the exchange rate for INR from USD using alphavantage api

USD to INRคืออะไร?

USD to INR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย santy และคุณลักษณะหลักของมันคือ "Gets the exchange rate for INR from USD using alphavantage api"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย USD to INR

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

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

                        Gets the exchange rate for Indian Rupee (INR) from United States Dollar (USD) using AlphaVantage api. Click on the extension to reload data. Right click to get a link to yahoo finance directly.                    

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

ชื่อ USD to INR USD to INR
ID plieifcpimfbippldbacpcflkdaolphn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/usd-to-inr/plieifcpimfbippldbacpcflkdaolphn
คำอธิบาย Gets the exchange rate for INR from USD using alphavantage api
ขนาดไฟล์ 80.64 KB
จำนวนการติดตั้ง 296
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2017-12-13
วันที่เผยแพร่ 2017-12-13
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา santy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "USD to INR",
    "description": "Gets the exchange rate for INR from USD using alphavantage api",
    "version": "0.5",
    "background": {
        "scripts": [
            "jquery.js",
            "script.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/www.alphavantage.co\/query\/*",
        "contextMenus"
    ]
}