TV Copy Button
Hotkey copy button on top of a TV page.
What is TV Copy Button?
TV Copy Button is a Chrome extension developed by sasha.buzik, and its main feature is "Hotkey copy button on top of a TV page.".
Extension Screenshots
Download TV Copy Button Extension CRX File
Download TV Copy 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. Данное расширение создает кнопку "Копировать тикер" в правом верхнем углу графика, вместо кнопки "Опубликовать". Это полезно для быстрого копирования и вставки названия инструмента в сторонние програмы, терминалы, приводы. Так как скорость открытия стакана очень важна для активных трейдеров, в частности скальперов. Откройте график нужного инструмента, нажмите на кнопку и вставьте скопированный текст в сискальп или куда угодно еще. Такая вот мелочь, но сильно ускоряет работу.
Extension Basic Information
Name | TV Copy Button |
ID | defngfojefbcehfhpgbnkinchhijnedi |
Official URL | https://chromewebstore.google.com/detail/tv-copy-button/defngfojefbcehfhpgbnkinchhijnedi |
Description | Hotkey copy button on top of a TV page. |
File Size | 10.83 KB |
Installation Count | 240 |
Current Version | 2.6 |
Last Updated | 2023-03-31 |
Publish Date | 2022-01-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | sasha.buzik |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TV Copy Button", "description": "Hotkey copy button on top of a TV page.", "version": "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": [ "clipboardWrite", "storage" ] } |