LazyScalp GoToSpot Button

Hotkey Go To Spot button on top of a TV page.

Qu'est-ce que LazyScalp GoToSpot Button ?

LazyScalp GoToSpot Button est une extension Chrome développée par sasha.buzik, et sa fonction principale est "Hotkey Go To Spot button on top of a TV page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LazyScalp GoToSpot Button

Téléchargez les fichiers d'extension LazyScalp GoToSpot Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Небольшое дополнение для трейдеров, которые используют самую популярную площадку TradingView.

Данное расширение создает кнопку "Spot/Fut" в правом верхнем углу графика, вместо кнопки "Опубликовать".

Расширение позволяет быстро переключать график фьючерса на спот и обратно.
Для этого нужно щелкнуть кнопку в правом верхнем углу и Enter.

Также есть горячие клавиши для быстрого переключения.                    

Informations de Base sur l'Extension

Nom LazyScalp GoToSpot Button LazyScalp GoToSpot Button
ID ppehnbkkcjjaombpampbokllagpdipja
URL Officiel https://chromewebstore.google.com/detail/lazyscalp-gotospot-button/ppehnbkkcjjaombpampbokllagpdipja
Description Hotkey Go To Spot button on top of a TV page.
Taille du Fichier 77.34 KB
Nombre d'Installations 656
Version Actuelle 1.2.6
Dernière Mise à Jour 2023-04-10
Date de Publication 2022-07-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur sasha.buzik
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}