TradingView Button
This simple tool allows you to quickly open the new tab on TradingView.
什麼是TradingView Button?
TradingView Button是由Umut Korkmaz開發的Chrome擴展程式,該擴展的主要功能是“This simple tool allows you to quickly open the new tab on TradingView.”。
擴展截圖
下載TradingView Button擴展crx文件
下載TradingView Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
I am introducing my new Chrome Extension that is made to improve how you analyse stocks. You will experience no further downtimes or design sacrifices - only a continuous connection between external platforms and TradingView. I make your trading process simpler by precisely positioning these inconspicuous buttons where you need them. You can switch from the external platform's stock information to a complete TradingView analysis with just one click, without any effort. The combination of platforms enables you to make informed decisions without interrupting your work process. Enhance your trading skills while keeping the look you prefer - being efficient does not need to be complex. Please don't hesitate to contact me if you want to see the button on other platforms. I'll inform you first once I update!
擴展基本資訊
名稱 | TradingView Button |
ID | ngoldfnkgbjodagilghjcpaaminhifhe |
官方網址 | https://chromewebstore.google.com/detail/tradingview-button/ngoldfnkgbjodagilghjcpaaminhifhe |
簡介 | This simple tool allows you to quickly open the new tab on TradingView. |
檔案大小 | 8.48 KB |
安裝次數 | 125 |
目前版本 | 1.0.1 |
更新時間 | 2023-08-15 |
上架時間 | 2023-08-15 |
開發者 | Umut Korkmaz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TradingView Button", "description": "This simple tool allows you to quickly open the new tab on TradingView.", "version": "1.0.1", "action": { "default_title": "TradingView Button" }, "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "js": [ "content.min.js" ], "matches": [ "*:\/\/fintables.com\/sirketler\/*", "*:\/\/finance.yahoo.com\/quote\/*" ] } ] } |