Tickertape exporter
Export tickertape screener table to a csv file
什么是Tickertape exporter?
Tickertape exporter是由anirvan.mandal开发的Chrome扩展程序,该扩展的主要功能是“Export tickertape screener table to a csv file”。
扩展截图
下载Tickertape exporter扩展crx文件
下载Tickertape exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows users to download the Tickertape Screener table data to a CSV file. Helps in analysing the different stocks, mutual funds available in the market. Note: Paid screener users will not be able to use this version 1.0 of the plugin as it will overwrite the export button functionality
扩展基本信息
名称 | Tickertape exporter |
ID | heijmlobndihkkpaidbhofckhdbhinma |
官方URL | https://chromewebstore.google.com/detail/tickertape-exporter/heijmlobndihkkpaidbhofckhdbhinma |
简介 | Export tickertape screener table to a csv file |
文件大小 | 26.51 KB |
安装次数 | 164 |
当前版本 | 1.1.0 |
更新时间 | 2023-06-01 |
上架时间 | 2023-06-01 |
评分 | 2.00/5 共1次评分 |
开发者 | anirvan.mandal |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/anirvanmandal/tickertape-exporter |
帮助页面URL | https://github.com/anirvanmandal/tickertape-exporter/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tickertape exporter", "description": "Export tickertape screener table to a csv file", "version": "1.1.0", "icons": { "16": "\/src\/images\/logo_16.png", "32": "\/src\/images\/logo_32.png", "48": "\/src\/images\/logo_48.png", "128": "\/src\/images\/logo_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.tickertape.in\/screener\/*" ], "css": [], "js": [ "\/src\/content-script.js" ], "run_at": "document_idle" } ] } |