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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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