Crypto Currency Price Ticker

Crypto Currency Price Ticker

Crypto Currency Price Tickerคืออะไร?

Crypto Currency Price Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wangsai.silence และคุณลักษณะหลักของมันคือ "Crypto Currency Price Ticker"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Currency Price Ticker

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

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

                        ccpt is a browser extension that displays the current price of various kinds of crypto currencies. It's nice, elegant, clean and simple.                    

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

ชื่อ Crypto Currency Price Ticker Crypto Currency Price Ticker
ID mijakhgijdnecolfkgnhfdfcbpakggic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crypto-currency-price-tic/mijakhgijdnecolfkgnhfdfcbpakggic
คำอธิบาย Crypto Currency Price Ticker
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.3.9
อัปเดตครั้งล่าสุด 2021-08-27
วันที่เผยแพร่ 2020-07-27
ผู้พัฒนา wangsai.silence
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Currency Price Ticker",
    "short_name": "CCPT",
    "version": "1.3.9",
    "description": "Crypto Currency Price Ticker",
    "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_128.png",
        "default_title": "Crypto Currency Price Ticker",
        "browser_style": true,
        "default_popup": "src\/popup\/choose_symbol.html"
    },
    "background": {
        "scripts": [
            "src\/libs\/bignumber.min.js",
            "src\/exchanges\/proxy.js",
            "src\/storage.js",
            "src\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "http:\/\/addons.wangsai.site"
    ],
    "default_locale": "en_US",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}