Dogecoin AllInOne: DOGE Ticker/Wallet viewer

Everything about Dogecoin in one extension

Dogecoin AllInOne: DOGE Ticker/Wallet viewer là gì?

Dogecoin AllInOne: DOGE Ticker/Wallet viewer là một tiện ích mở rộng Chrome được phát triển bởi Zed's Dev, và tính năng chính của nó là "Everything about Dogecoin in one extension".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dogecoin AllInOne: DOGE Ticker/Wallet viewer

Tải xuống các tệp mở rộng Dogecoin AllInOne: DOGE Ticker/Wallet viewer 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

                        With Dogecoin All-in-one, you will be able to gather informations you really need :
- Stocking prices (with opening, lowest and highest prices for the current day) in YOUR currency
- Evolution for current day
- Customizable addresses balances

Source code is public: no malware, no weird permissions, no bullshit.
You can check the source code on Github (https://github.com/ZedsDev/dogecoin-allinone)

If you want to see a new feature or find a bug, you can create an issue and I'll check it out (https://github.com/ZedsDev/dogecoin-allinone/issues)

To the moon!                    

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

Tên Dogecoin AllInOne: DOGE Ticker/Wallet viewer Dogecoin AllInOne: DOGE Ticker/Wallet viewer
ID egbmffkgnnmfcnjhcmdajehbnehnjaoo
URL Chính Thức https://chromewebstore.google.com/detail/dogecoin-allinone-doge-ti/egbmffkgnnmfcnjhcmdajehbnehnjaoo
Mô tả Everything about Dogecoin in one extension
Kích Thước Tệp 887 KB
Số Lần Cài Đặt 459
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-03-26
Ngày Phát Hành 2021-03-23
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Zed's Dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ZedsDev/dogecoin-allinone
URL Trang Trợ Giúp https://github.com/ZedsDev/dogecoin-allinone/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogecoin AllInOne: DOGE Ticker\/Wallet viewer",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Everything about Dogecoin in one extension",
    "icons": {
        "16": "static\/images\/icon16.png",
        "48": "static\/images\/icon48.png",
        "128": "static\/images\/icon128.png"
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "static\/js\/config.js",
            "static\/js\/app.js",
            "static\/js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.kraken.com\/0\/public\/Ticker?pair=XDG*",
        "https:\/\/dogechain.info\/api\/v1\/address\/balance\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ]
}