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 |
Eメール | [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" } ] } |