Robinhood Helper
When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs. More features to come!
Robinhood Helperとは何ですか?
Robinhood Helperはkyle.challisによって開発されたChromeの拡張機能で、その主な機能は「When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs. More features to come!」です。
Robinhood Helper拡張機能のCRXファイルをダウンロード
Robinhood Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs. More features to come!
拡張機能の基本情報
名前 | ![]() |
ID | jigjoibbpjlnijbaabodmklhegpkkojc |
公式URL | https://chrome.google.com/webstore/detail/robinhood-helper/jigjoibbpjlnijbaabodmklhegpkkojc |
説明 | When using a Finviz screener, this extension will open all tickers in Robinhood in new tabs. More features to come! |
ファイルサイズ | 34.62 KB |
インストール数 | 37 |
現在のバージョン | 1.0 |
最終更新日 | 2018-05-10 |
公開日 | 2018-05-10 |
開発者 | kyle.challis |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Robinhood Helper", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/*.finviz.com\/*" ], "js": [ "jquery-2.2.4.min.js", "content.js" ] } ], "browser_action": { "default_title": "Robinhood Helper", "commented": { "default_icon": "icon.png", "default_popup": "popup.html" } }, "background": { "scripts": [ "background.js" ] } } |