股票基金数据小工具(A股)

收集整理A股股票基金价格、净值的小工具

What is 股票基金数据小工具(A股)?

股票基金数据小工具(A股) is a Chrome extension developed by Ben, and its main feature is "收集整理A股股票基金价格、净值的小工具".

Extension Screenshots

screenshot
screenshot

Download 股票基金数据小工具(A股) Extension CRX File

Download 股票基金数据小工具(A股) 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股股票、基金的最近价格/净值,方便使用Excel整理资产列表。                    

Extension Basic Information

Name 股票基金数据小工具(A股) 股票基金数据小工具(A股)
ID jpinhfgejicplmakbcifahecmkfiaddo
Official URL https://chromewebstore.google.com/detail/%E8%82%A1%E7%A5%A8%E5%9F%BA%E9%87%91%E6%95%B0%E6%8D%AE%E5%B0%8F%E5%B7%A5%E5%85%B7a%E8%82%A1/jpinhfgejicplmakbcifahecmkfiaddo
Description 收集整理A股股票基金价格、净值的小工具
File Size 141 KB
Installation Count 164
Current Version 0.0.5
Last Updated 2019-06-05
Publish Date 2019-06-04
Developer Ben
Payment Type free
Extension Website https://github.com/boypt/red-AStock
Help Page URL https://github.com/boypt/red-AStock
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u80a1\u7968\u57fa\u91d1\u6570\u636e\u5c0f\u5de5\u5177(A\u80a1)",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "\u6536\u96c6\u6574\u7406A\u80a1\u80a1\u7968\u57fa\u91d1\u4ef7\u683c\u3001\u51c0\u503c\u7684\u5c0f\u5de5\u5177",
    "homepage_url": "https:\/\/github.com\/pentie\/red-AStock",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "zh_CN",
    "browser_action": {
        "name": "Red A Stock"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/hq.sinajs.cn\/; object-src 'self'"
}