Cryptocurrency Trader's Calculator
This extension provides a calculator and return on investment
Wat is Cryptocurrency Trader's Calculator?
Cryptocurrency Trader's Calculator is een Chrome-extensie ontwikkeld door cryptojo.dev, en de belangrijkste functie is "This extension provides a calculator and return on investment".
Extensie Screenshots
Download het CRX-bestand van de extensie Cryptocurrency Trader's Calculator
Download Cryptocurrency Trader's Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gfmjnehefhnbepgbgikolbkdokapbmia |
Officiële URL | https://chrome.google.com/webstore/detail/cryptocurrency-traders-ca/gfmjnehefhnbepgbgikolbkdokapbmia |
Beschrijving | This extension provides a calculator and return on investment |
Bestandsgrootte | 9.39 KB |
Aantal Installaties | 45 |
Huidige Versie | 1.8.5 |
Laatst Bijgewerkt | 2017-12-27 |
Publicatiedatum | 2017-12-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | cryptojo.dev |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |