TradingView Parameters
Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters.
什么是TradingView Parameters?
TradingView Parameters是由https://thebettertraders.com开发的Chrome扩展程序,该扩展的主要功能是“Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters.”。
扩展截图
下载TradingView Parameters扩展crx文件
下载TradingView Parameters扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The TradingView Parameter Manager is a Google Chrome extension that allows you to download and upload parameters for TradingView indicators and strategies. This extension helps you save time and improves your workflow by enabling a quick and easy way to manage your parameters. Features * Backup and Restore: Download parameters to back them up, and easily restore them later. * Share Parameters: Share parameters with others by downloading and sending them. * Batch Update: Update multiple indicators or strategies by uploading parameters in batch. * Workflow Efficiency: Streamlines your parameter management workflow, saving you time and effort. Updates October 5th, 2023: added pop-up links to thebettertraders.com and youtube.com/mooninpapa
扩展基本信息
名称 | TradingView Parameters |
ID | dhnjdpjphkaiiloeblgledegndchajpp |
官方URL | https://chromewebstore.google.com/detail/tradingview-parameters/dhnjdpjphkaiiloeblgledegndchajpp |
简介 | Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters. |
文件大小 | 413 KB |
安装次数 | 169 |
当前版本 | 1.1 |
更新时间 | 2023-10-05 |
上架时间 | 2023-09-18 |
评分 | 4.43/5 共7次评分 |
开发者 | https://thebettertraders.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.thebettertraders.com/ |
隐私政策页面URL | https://www.thebettertraders.com/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "The Better Traders", "description": "Seamless integration with TradingView allows users to easily upload and download indicator and strategy parameters.", "name": "TradingView Parameters", "version": "1.1", "icons": { "16": "images\/tbt_ext_16.png", "32": "images\/tbt_ext_32.png", "48": "images\/tbt_ext_48.png", "64": "images\/tbt_ext_64.png", "128": "images\/tbt_ext_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tradingview.com\/chart\/*" ], "js": [ "content_scripts\/chartElements.js", "content_scripts\/selector.js", "content_scripts\/page.js", "content_scripts\/ui.js", "content_scripts\/tv.js", "content_scripts\/file.js", "content_scripts\/action.js", "content_scripts\/controller.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "unlimitedStorage", "activeTab", "tabs" ], "action": { "default_icon": { "16": "images\/tbt_ext_16.png", "32": "images\/tbt_ext_32.png", "48": "images\/tbt_ext_48.png", "64": "images\/tbt_ext_64.png", "128": "images\/tbt_ext_128.png" }, "default_title": "The Better Traders" }, "web_accessible_resources": [ { "resources": [ "page-context.js", "fonts\/fa-solid-900.woff2", "lib\/plotly.min.js" ], "matches": [ " |