Bitcoin (BTC) to Satoshi Converter

btc to satoshi | satoshi to btc

Wat is Bitcoin (BTC) to Satoshi Converter?

Bitcoin (BTC) to Satoshi Converter is een Chrome-extensie ontwikkeld door peter.aupry, en de belangrijkste functie is "btc to satoshi | satoshi to btc".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bitcoin (BTC) to Satoshi Converter

Download Bitcoin (BTC) to Satoshi Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Bitcoin (BTC) to Satoshi Converter

A dead simple tool to convert bitcoin to satoshi or satoshi to bitcoin.


Buy me a beer ?
BTC: 1CL4hRq183mGWL4xHATnXehYkvticyE3hv

For bugs report, features or if you are just interested in the code: https://github.com/fantasioo/bitcoin_to_satoshi                    

Basisinformatie over de Extensie

Naam Bitcoin (BTC) to Satoshi Converter Bitcoin (BTC) to Satoshi Converter
ID bmeebmkenliikgjcpmcjejpmlklcmnjf
Officiële URL https://chrome.google.com/webstore/detail/bitcoin-btc-to-satoshi-co/bmeebmkenliikgjcpmcjejpmlklcmnjf
Beschrijving btc to satoshi | satoshi to btc
Bestandsgrootte 69.68 KB
Aantal Installaties 84
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-03-28
Publicatiedatum 2018-03-28
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar peter.aupry
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Bitcoin (BTC) to Satoshi Converter",
    "manifest_version": 2,
    "description": "btc to satoshi | satoshi to btc",
    "browser_action": {
        "default_title": "Bitcoin (BTC) to Satoshi Converter",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}