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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}