LazyScalp GoToSpot Button
Hotkey Go To Spot button on top of a TV page.
Wat is LazyScalp GoToSpot Button?
LazyScalp GoToSpot Button is een Chrome-extensie ontwikkeld door sasha.buzik, en de belangrijkste functie is "Hotkey Go To Spot button on top of a TV page.".
Extensie Screenshots
Download het CRX-bestand van de extensie LazyScalp GoToSpot Button
Download LazyScalp GoToSpot Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Небольшое дополнение для трейдеров, которые используют самую популярную площадку TradingView.
Данное расширение создает кнопку "Spot/Fut" в правом верхнем углу графика, вместо кнопки "Опубликовать".
Расширение позволяет быстро переключать график фьючерса на спот и обратно.
Для этого нужно щелкнуть кнопку в правом верхнем углу и Enter.
Также есть горячие клавиши для быстрого переключения.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ppehnbkkcjjaombpampbokllagpdipja | 
| Officiële URL | https://chromewebstore.google.com/detail/lazyscalp-gotospot-button/ppehnbkkcjjaombpampbokllagpdipja | 
| Beschrijving | Hotkey Go To Spot button on top of a TV page. | 
| Bestandsgrootte | 77.34 KB | 
| Aantal Installaties | 656 | 
| Huidige Versie | 1.2.6 | 
| Laatst Bijgewerkt | 2023-04-10 | 
| Publicatiedatum | 2022-07-13 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | sasha.buzik | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | ru | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LazyScalp GoToSpot Button",
    "description": "Hotkey Go To Spot button on top of a TV page.",
    "version": "1.2.6",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon120.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.tradingview.com\/chart\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}  |  |