LazyScalp GoToSpot Button
Hotkey Go To Spot button on top of a TV page.
What is LazyScalp GoToSpot Button?
LazyScalp GoToSpot Button is a Chrome extension developed by sasha.buzik, and its main feature is "Hotkey Go To Spot button on top of a TV page.".
Extension Screenshots
Download LazyScalp GoToSpot Button Extension CRX File
Download LazyScalp GoToSpot Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Небольшое дополнение для трейдеров, которые используют самую популярную площадку TradingView. Данное расширение создает кнопку "Spot/Fut" в правом верхнем углу графика, вместо кнопки "Опубликовать". Расширение позволяет быстро переключать график фьючерса на спот и обратно. Для этого нужно щелкнуть кнопку в правом верхнем углу и Enter. Также есть горячие клавиши для быстрого переключения.
Extension Basic Information
Name | LazyScalp GoToSpot Button |
ID | ppehnbkkcjjaombpampbokllagpdipja |
Official URL | https://chromewebstore.google.com/detail/lazyscalp-gotospot-button/ppehnbkkcjjaombpampbokllagpdipja |
Description | Hotkey Go To Spot button on top of a TV page. |
File Size | 77.34 KB |
Installation Count | 656 |
Current Version | 1.2.6 |
Last Updated | 2023-04-10 |
Publish Date | 2022-07-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | sasha.buzik |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |