Bitsler Coin Widget

This extension will show a Crypto Currency Price Widget

Co je Bitsler Coin Widget?

Bitsler Coin Widget je rozšíření Chrome vyvinuté https://forum.bitsler.com, a jeho hlavní funkcí je „This extension will show a Crypto Currency Price Widget“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bitsler Coin Widget

Stáhněte si soubory rozšíření Bitsler Coin Widget ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Bitsler Coin Widget Bitsler Coin Widget
ID lgbgmhkkcpcnanepbpjgaijejkbgbakh
Oficiální URL https://chrome.google.com/webstore/detail/bitsler-coin-widget/lgbgmhkkcpcnanepbpjgaijejkbgbakh
Popis This extension will show a Crypto Currency Price Widget
Velikost souboru 33.63 KB
Počet instalací 19
Aktuální Verze 1.0.1
Poslední Aktualizace 2017-07-20
Datum Vydání 2017-07-20
Vývojář https://forum.bitsler.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://forum.bitsler.com
URL Stránky Nápovědy https://forum.bitsler.com/category/view/bfdc8b040d/Ask_our_Staff
URL Stránky Zásad Ochrany Soukromí https://forum.bitsler.com
Podporované Jazyky 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
}