Cryptocurrency Trader's Calculator
This extension provides a calculator and return on investment
Was ist Cryptocurrency Trader's Calculator?
Cryptocurrency Trader's Calculator ist eine Chrome-Erweiterung, die von cryptojo.dev entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides a calculator and return on investment".
Erweiterungsscreenshots
Cryptocurrency Trader's Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cryptocurrency Trader's Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gfmjnehefhnbepgbgikolbkdokapbmia |
Offizielle URL | https://chrome.google.com/webstore/detail/cryptocurrency-traders-ca/gfmjnehefhnbepgbgikolbkdokapbmia |
Beschreibung | This extension provides a calculator and return on investment |
Dateigröße | 9.39 KB |
Installationsanzahl | 45 |
Aktuelle Version | 1.8.5 |
Letztes Update | 2017-12-27 |
Veröffentlichungsdatum | 2017-12-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | cryptojo.dev |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |