Doge Pricer

Extension that pulls the last trade price of DOGE in BTC from Vircurex API.

Doge Pricer là gì?

Doge Pricer là một tiện ích mở rộng Chrome được phát triển bởi Marcus McCurdy, và tính năng chính của nó là "Extension that pulls the last trade price of DOGE in BTC from Vircurex API.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Doge Pricer

Tải xuống các tệp mở rộng Doge Pricer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Doge Pricer is a simple extension that fetches the current DOGE price from Cryptsy and Vircurex and displays the price in BTC and USD. Now you can follow the price of DOGE without ever leaving your browser. DogePricer also displays the current price right on the badge of the extension button and is updated as frequently as every minute depending on the frequency you choose on the options page.

You can also set price alerts that will display a notification if DOGE rises above or falls below a threshold you choose. You can also choose how frequently the extension checks for price changes, but the minimum frequency is every minute. This is a hard limit imposed by Chrome itself.

Wow. Such Extension. Much Prices. Many coins.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Doge Pricer Doge Pricer
ID oeaopbebinckgcdbihhdamchalemolpm
URL Chính Thức https://chromewebstore.google.com/detail/doge-pricer/oeaopbebinckgcdbihhdamchalemolpm
Mô tả Extension that pulls the last trade price of DOGE in BTC from Vircurex API.
Kích Thước Tệp 73.11 KB
Số Lần Cài Đặt 275
Phiên Bản Hiện Tại 2.9.1
Cập Nhật Lần Cuối 2014-02-12
Ngày Phát Hành 2014-02-12
Đánh Giá 4.40/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Marcus McCurdy
Loại Thanh Toán free
Trang Web Mở Rộng http://www.reddit.com/r/DogePricer/
URL Trang Trợ Giúp http://www.reddit.com/r/DogePricer/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doge Pricer",
    "short_name": "Doge Pricer",
    "description": "Extension that pulls the last trade price of DOGE in BTC from Vircurex API.",
    "version": "2.9.1",
    "author": "Marcus McCurdy",
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "http:\/\/pubapi.cryptsy.com\/",
        "https:\/\/api.vircurex.com\/api\/*",
        "https:\/\/api.coindesk.com\/v1\/bpi\/currentprice.json",
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.uservoice.com; object-src 'self'",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/bluebird.js",
            "main.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "DOGE Pricer",
        "default_popup": "popup.html"
    }
}