Cryptocurrency Trader's Calculator

This extension provides a calculator and return on investment

What is Cryptocurrency Trader's Calculator?

Cryptocurrency Trader's Calculator is a Chrome extension developed by cryptojo.dev, and its main feature is "This extension provides a calculator and return on investment".

Extension Screenshots

screenshot
screenshot

Download Cryptocurrency Trader's Calculator Extension CRX File

Download Cryptocurrency Trader's Calculator 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

                        A cryptocurrency calculator used by traders to easily create entry and exit targets. A handy way to calculate profit and return on investment for exit points.                    

Extension Basic Information

Name Cryptocurrency Trader's Calculator Cryptocurrency Trader's Calculator
ID gfmjnehefhnbepgbgikolbkdokapbmia
Official URL https://chrome.google.com/webstore/detail/cryptocurrency-traders-ca/gfmjnehefhnbepgbgikolbkdokapbmia
Description This extension provides a calculator and return on investment
File Size 9.39 KB
Installation Count 45
Current Version 1.8.5
Last Updated 2017-12-27
Publish Date 2017-12-27
Rating 5.00/5 Total 1 Ratings
Developer cryptojo.dev
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cryptocurrency Trader's Calculator",
    "description": "This extension provides a calculator and return on investment",
    "version": "1.8.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Cryptocurrency Traders Calculator"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage"
    ]
}