Cryptocurrency Trader's Calculator

This extension provides a calculator and return on investment

Cryptocurrency Trader's Calculatorとは何ですか?

Cryptocurrency Trader's Calculatorはcryptojo.devによって開発されたChromeの拡張機能で、その主な機能は「This extension provides a calculator and return on investment」です。

拡張機能のスクリーンショット

screenshot
screenshot

Cryptocurrency Trader's Calculator拡張機能のCRXファイルをダウンロード

Cryptocurrency Trader's Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Cryptocurrency Trader's Calculator Cryptocurrency Trader's Calculator
ID gfmjnehefhnbepgbgikolbkdokapbmia
公式URL https://chrome.google.com/webstore/detail/cryptocurrency-traders-ca/gfmjnehefhnbepgbgikolbkdokapbmia
説明 This extension provides a calculator and return on investment
ファイルサイズ 9.39 KB
インストール数 45
現在のバージョン 1.8.5
最終更新日 2017-12-27
公開日 2017-12-27
評価 5.00/5 合計 1 レビュー
開発者 cryptojo.dev
支払い方法 free
対応言語 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"
    ]
}