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ファイルをダウンロード

Bitsler Coin Widget拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}