TradingviewPlus

Changes line color according to current timeframe, price scale scrolling, line style changing, and various other hotkeys.

TradingviewPlus क्या है?

TradingviewPlus Tiqur द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes line color according to current timeframe, price scale scrolling, line style changing, and various other hotkeys."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TradingviewPlus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Press "m" to open the menu.

Features:
Auto Timeframe Colors:
When active, automatically changes drawing colors depending on which timeframe is active.

Ad Blocker:
When active, attempts to block all advertisements.

Change Line Style:
Keybind to easily change a drawing's line style (solid, dashed, etc.)

Change Line Width:
Keybind to easily change a drawing's line width (1px, 2px, etc.)

Toggle TVP Menu:
Keybind to toggle TradingViewPlus's built-in side menu.

Quick Toolbar:
Gives quick access to the favorited tools toolbar using keys 1-9.

Scroll Timeframes:
When active, allows you to scroll through timeframes in order using Tab + Scroll.

Scroll Price Scale:
When active, allows you to scroll the chart's vertical scale using Shift + Scroll.

Zoom Chart:
When active, allows you to scroll BOTH of the chart's scales at the same time using Ctrl + Shift + Scroll.

Additional Editable Keybinds
Toggle Auto Scale
Toggle Log Scale
Delete Drawing
Open Symbol Search
Invert Scale
Scroll To Most Recent Bar
Move Time Left
Move Time Right                    

एक्सटेंशन की मूल जानकारी

नाम TradingviewPlus TradingviewPlus
ID pkcgjgllebhppgegpedlhjmabmnpcpec
आधिकारिक URL https://chromewebstore.google.com/detail/tradingviewplus/pkcgjgllebhppgegpedlhjmabmnpcpec
विवरण Changes line color according to current timeframe, price scale scrolling, line style changing, and various other hotkeys.
फ़ाइल का आकार 41.63 KB
स्थापना संख्या 131
वर्तमान संस्करण 5.0.3
अंतिम अपडेट 2023-11-16
प्रकाशन तिथि 2022-08-26
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Tiqur
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TradingviewPlus",
    "version": "5.0.3",
    "author": "Tiqur",
    "description": "Changes line color according to current timeframe, price scale scrolling, line style changing, and various other hotkeys.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tradingview.com\/chart\/*"
            ],
            "js": [
                "dist\/lib\/purify.min.js",
                "dist\/utils\/isLightMode.js",
                "dist\/utils\/snackbar.js",
                "dist\/utils\/Hotkey.js",
                "dist\/utils\/waitForElem.js",
                "dist\/utils\/Feature.js",
                "dist\/utils\/fuzzySearch.js",
                "dist\/utils\/TVPMenu.js",
                "dist\/utils\/ContextMenuListItem.js",
                "dist\/utils\/ContextMenu.js",
                "dist\/utils\/checkDuplicateHotkeys.js",
                "dist\/features\/AutoScale.js",
                "dist\/features\/LogScale.js",
                "dist\/features\/AutoTimeframeColors.js",
                "dist\/features\/AdBlocker.js",
                "dist\/features\/CopyPrice.js",
                "dist\/features\/DeleteDrawing.js",
                "dist\/features\/SymbolSearch.js",
                "dist\/features\/QuickToolbar.js",
                "dist\/features\/InvertScale.js",
                "dist\/features\/LineStyle.js",
                "dist\/features\/LineWidth.js",
                "dist\/features\/Replay.js",
                "dist\/features\/ScrollPriceScale.js",
                "dist\/features\/ScrollToMostRecentBar.js",
                "dist\/features\/ToggleMenu.js",
                "dist\/features\/MoveTimeLeft.js",
                "dist\/features\/MoveTimeRight.js",
                "dist\/features\/TimeframeScroll.js",
                "dist\/features\/ZoomChart.js",
                "dist\/main.js"
            ],
            "css": [
                "dist\/tvp-menu.css",
                "dist\/tvp-snackbar.css",
                "dist\/tvp-background.css",
                "dist\/tvp-context-menu.css",
                "dist\/tvp-menu-handle.css",
                "dist\/tvp-light.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/menu.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}