Bitcoin Price for Virwox

Calculates the final bitcoin price on virwox.com

Bitcoin Price for Virwoxคืออะไร?

Bitcoin Price for Virwox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fernando D. Tiberti และคุณลักษณะหลักของมันคือ "Calculates the final bitcoin price on virwox.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitcoin Price for Virwox

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

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

                        Calculates the final bitcoin price in virwox.com It takes into account the USD/SLL and BTC/SLL metrics as well as the conversion fees (2.9% + 50 SLL) for each of the two transactions needed to convert dollars into bitcoins.

Bitcoin Virwox also features a chart for the BTC/SLL moving price with several periods to select from.

Please donate!
1HEZGaMmDFcPSvC4yAqmEUw6MfxNEQ7RgY                    

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

ชื่อ Bitcoin Price for Virwox Bitcoin Price for Virwox
ID fbfkbojhhpboogndladhdemkbpmfmeie
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie
คำอธิบาย Calculates the final bitcoin price on virwox.com
ขนาดไฟล์ 41.29 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2015-02-26
วันที่เผยแพร่ 2015-02-26
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Fernando D. Tiberti
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin Price for Virwox",
    "short_name": "BTC Virwox",
    "version": "0.1.0",
    "description": "Calculates the final bitcoin price on virwox.com",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.virwox.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "jquery-1.10.2.min.map"
    ],
    "permissions": [
        "https:\/\/www.virwox.com\/*"
    ],
    "manifest_version": 2
}