Cryptocurrency Trader's Calculator

This extension provides a calculator and return on investment

Cos'è Cryptocurrency Trader's Calculator?

Cryptocurrency Trader's Calculator è un'estensione di Chrome sviluppata da cryptojo.dev, e la sua funzione principale è "This extension provides a calculator and return on investment".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cryptocurrency Trader's Calculator

Scarica i file di estensione Cryptocurrency Trader's Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cryptocurrency Trader's Calculator Cryptocurrency Trader's Calculator
ID gfmjnehefhnbepgbgikolbkdokapbmia
URL Ufficiale https://chrome.google.com/webstore/detail/cryptocurrency-traders-ca/gfmjnehefhnbepgbgikolbkdokapbmia
Descrizione This extension provides a calculator and return on investment
Dimensione del File 9.39 KB
Conteggio Installazioni 45
Versione Corrente 1.8.5
Ultimo Aggiornamento 2017-12-27
Data di Pubblicazione 2017-12-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore cryptojo.dev
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}