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
官方網址 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
}