福橘-股票行情
福橘-最好用的股票插件!支持A股,美股,港股,基金,转债等。自定义涨跌提醒,自定义分组,自定义指标等!
What is 福橘-股票行情?
福橘-股票行情 is a Chrome extension developed by https://bm-com.com, and its main feature is "福橘-最好用的股票插件!支持A股,美股,港股,基金,转债等。自定义涨跌提醒,自定义分组,自定义指标等!".
Extension Screenshots
Download 福橘-股票行情 Extension CRX File
Download 福橘-股票行情 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
此插件为股票插件,支持A股,美股,港股,基金等。支持个股详情,时分图,k线图等! 主打功能: 1.可查询/添加A股,美股,港股,基金 2.支持自定义分组 3.支持自定义排序 4.支持自定义显示指标 5.自定义窗口大小 6.极简模式,(隐藏头部和上证等) 7.可设置成本价,持仓数量,添加备注等 8.设置上涨提醒,有弹窗推送 9.每日有策略选股 10.有所有转债分析页面 11.可设置一直股票在插件图标上显示 数据接口均来至腾讯财经, 插件不做投资建议 新增主力资金流入情况 新增技术指标,如RSI指标、均线多头、一线穿三阳,金针探底等等
Extension Basic Information
Name | 福橘-股票行情 |
ID | kncgndacgnbhpeneennchpemegepohcg |
Official URL | https://chromewebstore.google.com/detail/%E7%A6%8F%E6%A9%98-%E8%82%A1%E7%A5%A8%E8%A1%8C%E6%83%85/kncgndacgnbhpeneennchpemegepohcg |
Description | 福橘-最好用的股票插件!支持A股,美股,港股,基金,转债等。自定义涨跌提醒,自定义分组,自定义指标等! |
File Size | 541 KB |
Installation Count | 203 |
Current Version | 1.9.0 |
Last Updated | 2022-09-04 |
Publish Date | 2021-03-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://bm-com.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://106.12.127.15/privacy.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.9.0", "name": "\u798f\u6a58-\u80a1\u7968\u884c\u60c5", "description": "\u798f\u6a58-\u6700\u597d\u7528\u7684\u80a1\u7968\u63d2\u4ef6\uff01\u652f\u6301A\u80a1\uff0c\u7f8e\u80a1\uff0c\u6e2f\u80a1\uff0c\u57fa\u91d1\uff0c\u8f6c\u503a\u7b49\u3002\u81ea\u5b9a\u4e49\u6da8\u8dcc\u63d0\u9192\uff0c\u81ea\u5b9a\u4e49\u5206\u7ec4\uff0c\u81ea\u5b9a\u4e49\u6307\u6807\u7b49\uff01", "browser_action": { "default_icon": "image\/128.png" }, "icons": { "48": "image\/96.png", "128": "image\/128.png" }, "permissions": [ "storage", "notifications" ], "background": { "scripts": [ "js\/jquery.min.1.8.js", "js\/common.js", "js\/stockCom.js", "js\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/*.eastmoney.com https:\/\/dcfm.eastmoney.com https:\/\/proxy.finance.qq.com https:\/\/data.gtimg.cn https:\/\/stock.gtimg.cn https:\/\/stock.gtimg.cn https:\/\/smartbox.gtimg.cn https:\/\/qt.gtimg.cn https:\/\/web.ifzq.gtimg.cn 'unsafe-eval'; object-src 'self'" } |