Yet Another Bitcoin Price Ticker

A simple bitcoin price ticker, powered by Blockchain.info.

Yet Another Bitcoin Price Tickerคืออะไร?

Yet Another Bitcoin Price Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RockyTV และคุณลักษณะหลักของมันคือ "A simple bitcoin price ticker, powered by Blockchain.info."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yet Another Bitcoin Price Ticker

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

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

                        Yet Another Bitcoin Price Ticker is a simple, free and open source extension that provides information about the current price of a single Bitcoin in over 15 currencies, all that displayed in a nice looking badge on your browser.

Powered by Blockchain.info. 
Like it? Then give me a tip: 19jULv9rTHX3EvRbdasmrSrSEw19oqHSsT

Source code: https://github.com/RockyTV/yabpt/
Help translate YABPT to your language: https://crowdin.com/project/yabpt/                    

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

ชื่อ Yet Another Bitcoin Price Ticker Yet Another Bitcoin Price Ticker
ID digkhhkhakkpankejbcpgghphidokljl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yet-another-bitcoin-price/digkhhkhakkpankejbcpgghphidokljl
คำอธิบาย A simple bitcoin price ticker, powered by Blockchain.info.
ขนาดไฟล์ 154 KB
จำนวนการติดตั้ง 187
เวอร์ชันปัจจุบัน 1.5.3
อัปเดตครั้งล่าสุด 2018-09-10
วันที่เผยแพร่ 2018-09-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา RockyTV
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/RockyTV/yabpt/
URL หน้าช่วยเหลือ https://github.com/RockyTV/yabpt/issues
ภาษาที่รองรับ en-US,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet Another Bitcoin Price Ticker",
    "short_name": "YABPT",
    "version": "1.5.3",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_title": "Yet Another Bitcoin Price Ticker",
        "browser_style": true
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/blockchain.info\/ticker"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": false
    },
    "default_locale": "en_US",
    "applications": {
        "gecko": {
            "id": "jid1-BYl3kts609WbCw@jetpack"
        }
    }
}