XRPTipBot BalanceView

Show your XRPTipBot sent/received amounts

XRPTipBot BalanceView란 무엇입니까?

XRPTipBot BalanceView은(는) ra dynamics에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show your XRPTipBot sent/received amounts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

XRPTipBot BalanceView 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shows your current balance, sent and received amounts for the last several days. With an active coil.com subscription you can configure that extension to let Coil donate tiny amounts while surfing to a specific recipient.                    

확장 프로그램 기본 정보

이름 XRPTipBot BalanceView XRPTipBot BalanceView
ID kgjiabdmbibckdnfbhppgijbfejjpkgd
공식 URL https://chrome.google.com/webstore/detail/xrptipbot-balanceview/kgjiabdmbibckdnfbhppgijbfejjpkgd
설명 Show your XRPTipBot sent/received amounts
파일 크기 341 KB
설치 횟수 18
현재 버전 0.8.3
최근 업데이트 2020-05-24
출시 날짜 2020-05-24
평점 5.00/5 총 1 개의 평점
개발자 ra dynamics
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XRPTipBot BalanceView",
    "description": "Show your XRPTipBot sent\/received amounts",
    "version": "0.8.3",
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/ChartJs\/Chart.bundle.min.js",
                "js\/jquery-3.3.1.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "utils.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}