Bitcoin (BTC) to Satoshi Converter
btc to satoshi | satoshi to btc
What is Bitcoin (BTC) to Satoshi Converter?
Bitcoin (BTC) to Satoshi Converter is a Chrome extension developed by peter.aupry, and its main feature is "btc to satoshi | satoshi to btc".
Extension Screenshots
Download Bitcoin (BTC) to Satoshi Converter Extension CRX File
Download Bitcoin (BTC) to Satoshi Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | bmeebmkenliikgjcpmcjejpmlklcmnjf |
Official URL | https://chrome.google.com/webstore/detail/bitcoin-btc-to-satoshi-co/bmeebmkenliikgjcpmcjejpmlklcmnjf |
Description | btc to satoshi | satoshi to btc |
File Size | 69.68 KB |
Installation Count | 84 |
Current Version | 1.0.0 |
Last Updated | 2018-03-28 |
Publish Date | 2018-03-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | peter.aupry |
[email protected] | |
Payment Type | free |
Supported Languages | 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:;" } |