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
电子邮箱 [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
}