USD, Euro, Russian Ruble, and Brent oil price

US Dollar, Eur / Russian Ruble quote from Moex, brent oil price from ICE

USD, Euro, Russian Ruble, and Brent oil priceคืออะไร?

USD, Euro, Russian Ruble, and Brent oil price เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extpose และคุณลักษณะหลักของมันคือ "US Dollar, Eur / Russian Ruble quote from Moex, brent oil price from ICE"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย USD, Euro, Russian Ruble, and Brent oil price

ดาวน์โหลดไฟล์ส่วนขยาย USD, Euro, Russian Ruble, and Brent oil price ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Show USD/RUB, EUR/RUB quote from Moex and Brent oil price from ICE

2.0.3 - Replaced an icon with more convenient one
2.0.2 - Minor English translation fixes
2.0.1 - Proper english localisation 
2.0.0 -  Brand new icon, internal changes
0.1.28 - Changed URLs for Moex
0.1.26 - Show dash when no data available from ICE
0.1.25 - Fixing  options saving issues 
0.1.21 - 
Added Brent oil quote from ICE exchange. 
Added quotes rotation by timer 
Each quote has own color: green for dollar, blue for euro, and black for oil
0.1.12 - switch quote by clicking on icon (by default and option is available)
0.1.11 - Fixed options page                    

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

ชื่อ USD, Euro, Russian Ruble, and Brent oil price USD, Euro, Russian Ruble, and Brent oil price
ID bcdogmngdabjdoldlnbipkahejngagdj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/usd-euro-russian-ruble-an/bcdogmngdabjdoldlnbipkahejngagdj
คำอธิบาย US Dollar, Eur / Russian Ruble quote from Moex, brent oil price from ICE
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 1,959
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2019-03-04
วันที่เผยแพร่ 2019-03-04
คะแนน 4.34/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Extpose
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vRo7pRGkrPkeucDrEMpUVuhPeiPEhxy9h55kQTXQuXpfdWSAhHdFqjohyl68d_Aa2AYPmkKoDq1ZNWn/pub
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "logo16.png",
        "24": "logo24.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "default_locale": "ru",
    "background": {
        "scripts": [
            "scripts\/settings.js",
            "scripts\/tickers.js",
            "scripts\/back.js"
        ]
    },
    "permissions": [
        "http:\/\/iss.moex.com\/",
        "https:\/\/www.theice.com\/",
        "alarms",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "logo16.png",
            "24": "logo24.png",
            "32": "logo32.png",
            "48": "logo48.png",
            "64": "logo64.png",
            "128": "logo128.png"
        },
        "default_title": "__MSG_noData__"
    },
    "options_page": "options.html"
}