Minimalistic Currency Converter

Minimalistic currency converter powered by free Open Exchange Rates API

Minimalistic Currency Converterคืออะไร?

Minimalistic Currency Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://olegpuzanov.com และคุณลักษณะหลักของมันคือ "Minimalistic currency converter powered by free Open Exchange Rates API"

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

screenshot

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

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

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

                        Minimalistic currency converter powered by free Open Exchange Rates API

Click on a button with dollar sign in your browser toolbar to convert any amount between 164 currencies. Right click on this icon and choose "Options" to change your preferences for 
thousands and decimal separators.

Changelog

0.4 - ability to specify thousands and decimal separators in options added
0.3 - minor styles update
0.2 - Since Google Calculator API retired on 1st of November 2013, currencies rates now taken from Open Exchange Rates API (https://openexchangerates.org/)
0.1 - Initial release

Disclaimer

Exchange rates are provided for informational purposes only, and do not constitute financial advice of any kind. Although every attempt is made to ensure quality, NO guarantees are given whatsoever of accuracy, validity, availability, or fitness for any purpose - please use at your own risk. All usage is subject to your acceptance of the Terms and Conditions of Service, available at: https://openexchangerates.org/terms/

License

Data sourced from various providers with public-facing APIs; copyright may apply; resale is prohibited; no warranties given of any kind. All usage is subject to your acceptance of the License Agreement available at: https://openexchangerates.org/license/                    

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

ชื่อ Minimalistic Currency Converter Minimalistic Currency Converter
ID aiafoccppaapomjkjcebphbdobfibfpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minimalistic-currency-con/aiafoccppaapomjkjcebphbdobfibfpb
คำอธิบาย Minimalistic currency converter powered by free Open Exchange Rates API
ขนาดไฟล์ 17.88 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2013-11-10
วันที่เผยแพร่ 2013-11-10
คะแนน 1.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://olegpuzanov.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimalistic Currency Converter",
    "version": "0.4",
    "description": "Minimalistic currency converter powered by free Open Exchange Rates API",
    "author": "Oleg Puzanov",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Minimalistic Currency Converter",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}