Yet Another Bitcoin Price Ticker

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

Yet Another Bitcoin Price Tickerとは何ですか?

Yet Another Bitcoin Price TickerはRockyTVによって開発されたChromeの拡張機能で、その主な機能は「A simple bitcoin price ticker, powered by Blockchain.info.」です。

拡張機能のスクリーンショット

screenshot

Yet Another Bitcoin Price Ticker拡張機能のCRXファイルをダウンロード

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"
        }
    }
}