TinkoffTicker
Плагин добавляет на страницы тикеры
What is TinkoffTicker?
TinkoffTicker is a Chrome extension developed by almirus, and its main feature is "Плагин добавляет на страницы тикеры".
Extension Screenshots
Download TinkoffTicker Extension CRX File
Download TinkoffTicker 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
Плагин ищет на указанных страницах: finance.yahoo.com finviz.com investing.com tradingview.com earningswhispers.com seekingalpha.com тикеры (например TCS, DADA, RSTI) и заменяет их на ссылки на брокера https://www.tinkoff.ru/invest/, опционально выводится цена
Extension Basic Information
Name | TinkoffTicker |
ID | dpflhleimmbhmcihedanghbdeoinpiig |
Official URL | https://chromewebstore.google.com/detail/tinkoffticker/dpflhleimmbhmcihedanghbdeoinpiig |
Description | Плагин добавляет на страницы тикеры |
File Size | 41.87 KB |
Installation Count | 107 |
Current Version | 1.0.8 |
Last Updated | 2021-03-11 |
Publish Date | 2020-06-29 |
Rating | 5.00/5 Total 4 Ratings |
Developer | almirus |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/almirus/TinkoffTicker |
Help Page URL | https://github.com/almirus/TinkoffTicker/issues |
Privacy Policy Page URL | http://touch-max.ru/politika-konfidencialnosti-dlya-tcs-broker |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinkoffTicker", "version": "1.0.8", "description": "\u041f\u043b\u0430\u0433\u0438\u043d \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0442\u0438\u043a\u0435\u0440\u044b", "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "permissions": [ "storage", "cookies", "*:\/\/*.tinkoff.ru\/", "*:\/\/finance.yahoo.com\/*", "*:\/\/*.finviz.com\/*", "*:\/\/*.investing.com\/*", "*:\/\/*.tradingview.com\/*", "*:\/\/*.earningswhispers.com\/*", "*:\/\/*.seekingalpha.com\/*" ], "browser_action": { "default_title": "Tinkoff Ticker", "default_icon": "\/icons\/icon48.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/finance.yahoo.com\/*", "*:\/\/*.finviz.com\/*", "*:\/\/*.investing.com\/*", "*:\/\/*.tradingview.com\/*", "*:\/\/*.earningswhispers.com\/*", "*:\/\/*.seekingalpha.com\/*" ], "run_at": "document_idle", "js": [ "\/js\/content.js" ] } ], "web_accessible_resources": [ "\/css\/styles.css", "\/icons\/update.png" ] } |