Dogecoin AllInOne: DOGE Ticker/Wallet viewer

Everything about Dogecoin in one extension

Dogecoin AllInOne: DOGE Ticker/Wallet viewerคืออะไร?

Dogecoin AllInOne: DOGE Ticker/Wallet viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zed's Dev และคุณลักษณะหลักของมันคือ "Everything about Dogecoin in one extension"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dogecoin AllInOne: DOGE Ticker/Wallet viewer

ดาวน์โหลดไฟล์ส่วนขยาย Dogecoin AllInOne: DOGE Ticker/Wallet viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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!                    

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

ชื่อ Dogecoin AllInOne: DOGE Ticker/Wallet viewer Dogecoin AllInOne: DOGE Ticker/Wallet viewer
ID egbmffkgnnmfcnjhcmdajehbnehnjaoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dogecoin-allinone-doge-ti/egbmffkgnnmfcnjhcmdajehbnehnjaoo
คำอธิบาย Everything about Dogecoin in one extension
ขนาดไฟล์ 887 KB
จำนวนการติดตั้ง 459
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2021-03-26
วันที่เผยแพร่ 2021-03-23
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Zed's Dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ZedsDev/dogecoin-allinone
URL หน้าช่วยเหลือ https://github.com/ZedsDev/dogecoin-allinone/issues
ภาษาที่รองรับ 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\/*"
    ]
}