知微传播分析

知微传播分析-Plugins

What is 知微传播分析?

知微传播分析 is a Chrome extension developed by https://weiboreach.com, and its main feature is "知微传播分析-Plugins".

Extension Screenshots

screenshot

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

                        知微(Chrome插件版使用说明):进入Chrome应用商店,选择“知微传播分析”,将该插件安装在您的Chrome浏览器上。安装成功后,您的新浪微博页面中的每一条微博(转发数大于0)下都会出现“知微分析”按钮,点击该按钮,即可立刻分析该条微博的传播扩散情况,包括关键转发者、转发时间曲线、传播图、转发者性别地域等信息。

知微地址:www.weiboreach.com
知微官网地址:www.zhiweidata.com
新浪微博:@社会网络与数据挖掘

联系方式:
[email protected]
400-811-3709                    

Extension Basic Information

Name 知微传播分析 知微传播分析
ID chbkidikhdfdcpphdphkoehalbbgjojk
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E5%BE%AE%E4%BC%A0%E6%92%AD%E5%88%86%E6%9E%90/chbkidikhdfdcpphdphkoehalbbgjojk
Description 知微传播分析-Plugins
File Size 164 KB
Installation Count 322
Current Version 3.0.1
Last Updated 2017-04-19
Publish Date 2017-04-19
Rating 4.30/5 Total 10 Ratings
Developer https://weiboreach.com
Payment Type free
Extension Website http://www.weiboreach.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u77e5\u5fae\u4f20\u64ad\u5206\u6790",
    "description": "\u77e5\u5fae\u4f20\u64ad\u5206\u6790-Plugins",
    "version": "3.0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/weibo.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "link.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/weibo.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "zhiwei.js"
            ]
        }
    ]
}