JanuszStock
Extension places marks next to stocks supported by Revolut on listings from Webull.com.
什么是JanuszStock?
JanuszStock是由mpawlucz开发的Chrome扩展程序,该扩展的主要功能是“Extension places marks next to stocks supported by Revolut on listings from Webull.com.”。
扩展截图
下载JanuszStock扩展crx文件
下载JanuszStock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension places small marks next to stocks supported by Revolut on listings from Webull.com. This way you can make use of great data/analytics tools provided by Webull and still trade your stocks on Revolut.
扩展基本信息
名称 | JanuszStock |
ID | gdfgnmaimdkfcemckghebebbnbdjigeo |
官方URL | https://chromewebstore.google.com/detail/januszstock/gdfgnmaimdkfcemckghebebbnbdjigeo |
简介 | Extension places marks next to stocks supported by Revolut on listings from Webull.com. |
文件大小 | 47.99 KB |
安装次数 | 70 |
当前版本 | 1.0.0 |
更新时间 | 2020-07-15 |
上架时间 | 2020-07-14 |
开发者 | mpawlucz |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mpawlucz/janusz-stock |
帮助页面URL | https://github.com/mpawlucz/janusz-stock/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "49", "name": "JanuszStock", "description": "Extension places marks next to stocks supported by Revolut on listings from Webull.com.", "version": "1.0.0", "icons": { "16": "media\/js16.png", "48": "media\/js48.png", "64": "media\/js.png", "128": "media\/js128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "JanuszStock" }, "permissions": [ "https:\/\/app.webull.com\/*" ], "background": { "scripts": [ "3rd-party\/jquery-3.2.1.min.js", "3rd-party\/jquery.csv.min.js", "bgp.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/app.webull.com\/*" ], "js": [ "3rd-party\/jquery-3.2.1.min.js", "content_webull.js" ] } ] } |