TV_Xtractor

Easily export tradingview backtests on buttonclick. This is developed for the Backtest Analysis 1.X.X sheet.

什么是TV_Xtractor?

TV_Xtractor是由Cryptmining开发的Chrome扩展程序,该扩展的主要功能是“Easily export tradingview backtests on buttonclick. This is developed for the Backtest Analysis 1.X.X sheet.”。

扩展截图

screenshot
screenshot

下载TV_Xtractor扩展crx文件

下载TV_Xtractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This app lets you export your tradingview backtest's settings and performance on button click. Saving you alot of filling your sheets with data. Clicking the Extensions button at the top bar opens a menue with shortcuts to important websites used in Gunbot strategy backtesting.                    

扩展基本信息

名称 TV_Xtractor TV_Xtractor
ID gofngoojhnajlhkijgpjphcgccajjdgi
官方URL https://chromewebstore.google.com/detail/tvxtractor/gofngoojhnajlhkijgpjphcgccajjdgi
简介 Easily export tradingview backtests on buttonclick. This is developed for the Backtest Analysis 1.X.X sheet.
文件大小 442 KB
安装次数 196
当前版本 1.00.2
更新时间 2018-05-28
上架时间 2018-05-28
评分 4.50/5 共2次评分
开发者 Cryptmining
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "author": "Cryptmining",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/19.png",
            "38": "img\/icons\/38.png"
        },
        "default_popup": "Popup.html",
        "default_title": "TV_Xtractor"
    },
    "content_scripts": [
        {
            "js": [
                "js\/functions.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Easily export tradingview backtests on buttonclick. This is developed for the Backtest Analysis 1.X.X sheet.",
    "icons": {
        "128": "img\/icons\/128.png",
        "16": "img\/icons\/16.png",
        "48": "img\/icons\/48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "45.0",
    "name": "TV_Xtractor",
    "optional_permissions": [
        "clipboardWrite"
    ],
    "options_page": "Settings.html",
    "permissions": [
        "https:\/\/*.tradingview.com\/*"
    ],
    "short_name": "TV_Xtractor",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.00.2",
    "web_accessible_resources": [
        "js\/Functions.js",
        "js\/TV_Xtractor.js",
        "Content_h.js"
    ]
}