TV_Xtractor
Easily export tradingview backtests on buttonclick. This is developed for the Backtest Analysis 1.X.X sheet.
TV_Xtractor क्या है?
TV_Xtractor Cryptmining द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily export tradingview backtests on buttonclick. This is developed for the Backtest Analysis 1.X.X sheet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TV_Xtractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |