Xueqiu

Share to Xueqiu

What is Xueqiu?

Xueqiu is a Chrome extension developed by snoop.fy, and its main feature is "Share to Xueqiu".

Extension Screenshots

screenshot

Download Xueqiu Extension CRX File

Download Xueqiu 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

                        分享内容到雪球
安装本扩展后即可方便的将当前页面内容分享到雪球
关于雪球:
雪球(http://xueqiu.com)是一个社交投资网络。雪球覆盖A股、港股、美股、封基、ETF全方位资讯,并为投资者提供交流讨论的平台。                    

Extension Basic Information

Name Xueqiu Xueqiu
ID cpljaadijigafmnagppppejngdnndoaj
Official URL https://chromewebstore.google.com/detail/xueqiu/cpljaadijigafmnagppppejngdnndoaj
Description Share to Xueqiu
File Size 6.5 KB
Installation Count 57
Current Version 0.1
Last Updated 2013-03-15
Publish Date 2013-03-14
Developer snoop.fy
Payment Type free
Extension Website https://github.com/driventokill/xueqiu-chrome
Help Page URL https://github.com/driventokill/xueqiu-chrome/issues
Supported Languages zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Xueqiu",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Share to Xueqiu",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "share.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}