Pascal (PASC) Price Ticker

PascalCoin (PASC) Price Ticker (price taken from 'coinmarketcap.com'). Extension shows PASC valued in Bitcoin and USD.

什麼是Pascal (PASC) Price Ticker?

Pascal (PASC) Price Ticker是由Taha開發的Chrome擴展程式,該擴展的主要功能是“PascalCoin (PASC) Price Ticker (price taken from 'coinmarketcap.com'). Extension shows PASC valued in Bitcoin and USD.”。

擴展截圖

screenshot

下載Pascal (PASC) Price Ticker擴展crx文件

下載Pascal (PASC) Price Ticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PascalCoin is an innovative cryptocurrency that extends the blockchain-paradigm

This is a simple extension shows PASC price and more info (To shows more info just hover over on extension icon).

Extension Features: 
1. Shows PASC price in USD
2. All Pascalcoin info from coinmarketcap (To shows just hover over on extension icon)
3. Price update every 1 minute                    

擴展基本資訊

名稱 Pascal (PASC) Price Ticker Pascal (PASC) Price Ticker
ID jiamgmnbifljpgjodhbohghhhlogiilf
官方網址 https://chromewebstore.google.com/detail/pascal-pasc-price-ticker/jiamgmnbifljpgjodhbohghhhlogiilf
簡介 PascalCoin (PASC) Price Ticker (price taken from 'coinmarketcap.com'). Extension shows PASC valued in Bitcoin and USD.
檔案大小 27.9 KB
安裝次數 23
目前版本 1.1.1
更新時間 2019-10-16
上架時間 2019-10-16
評分 5.00/5 共 2 次評分
開發者 Taha
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pascal.to
支援的語言 en
manifest.json
{
    "background": {
        "scripts": [
            "ticker.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "description": "PascalCoin (PASC) Price Ticker (price taken from 'coinmarketcap.com'). Extension shows PASC valued in Bitcoin and USD.",
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png"
    },
    "manifest_version": 2,
    "name": "Pascal (PASC) Price Ticker",
    "short_name": "Pascal (PASC) Ticker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "permissions": [
        "https:\/\/api.coinmarketcap.com\/"
    ]
}