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
官方URL 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\/"
    ]
}