JustEscrow
Online decentralized cryptocurrency wallet with cross-chain exchange
What is JustEscrow?
JustEscrow is a Chrome extension developed by justescrow, and its main feature is "Online decentralized cryptocurrency wallet with cross-chain exchange".
Extension Screenshots
Download JustEscrow Extension CRX File
Download JustEscrow 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
Extension Basic Information
Name | |
ID | cogplgnkjoegpfipfijlabjigfodnonb |
Official URL | https://chrome.google.com/webstore/detail/justescrow/cogplgnkjoegpfipfijlabjigfodnonb |
Description | Online decentralized cryptocurrency wallet with cross-chain exchange |
File Size | 7.72 KB |
Installation Count | 26 |
Current Version | 1.0 |
Last Updated | 2019-05-17 |
Publish Date | 2019-05-17 |
Developer | justescrow |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JustEscrow", "manifest_version": 2, "short_name": "JustEscrow", "description": "Online decentralized cryptocurrency wallet with cross-chain exchange", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "favicon-16x16.png" }, "icons": { "128": "firefox_app_128x128.png" } } |