Bitsler Coin Widget

This extension will show a Crypto Currency Price Widget

Bitsler Coin Widget란 무엇입니까?

Bitsler Coin Widget은(는) https://forum.bitsler.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will show a Crypto Currency Price Widget"입니다.

확장 프로그램 스크린샷

screenshot

Bitsler Coin Widget 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a Crypto currency Price widget powered by Bitlser.com for use with their users. The information produced by this widget is from market calculations with the combination of 3rd party apis.                    

확장 프로그램 기본 정보

이름 Bitsler Coin Widget Bitsler Coin Widget
ID lgbgmhkkcpcnanepbpjgaijejkbgbakh
공식 URL https://chrome.google.com/webstore/detail/bitsler-coin-widget/lgbgmhkkcpcnanepbpjgaijejkbgbakh
설명 This extension will show a Crypto Currency Price Widget
파일 크기 33.63 KB
설치 횟수 19
현재 버전 1.0.1
최근 업데이트 2017-07-20
출시 날짜 2017-07-20
개발자 https://forum.bitsler.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://forum.bitsler.com
도움말 페이지 URL https://forum.bitsler.com/category/view/bfdc8b040d/Ask_our_Staff
개인정보 보호 정책 페이지 URL https://forum.bitsler.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Bitsler Coin Widget"
    },
    "name": "Bitsler Coin Widget",
    "description": "This extension will show a Crypto Currency Price Widget",
    "homepage_url": "https:\/\/www.bitsler.com",
    "icons": {
        "16": "favicon-16x16.png",
        "48": "android-icon-48x48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.1",
    "manifest_version": 2
}