GtR Explorer

Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation

什么是GtR Explorer?

GtR Explorer是由Ivan Fraixedes开发的Chrome扩展程序,该扩展的主要功能是“Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation”。

扩展截图

screenshot

下载GtR Explorer扩展crx文件

下载GtR Explorer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        We have attempted to augment the display of Gateway to Research's data(http://gtr.rcuk.ac.uk/). By providing a graph, one can explore the connections between people, projects and organisations                    

扩展基本信息

名称 GtR Explorer GtR Explorer
ID nhhkeakfbhhdlghchpckkhdlfbmneapa
官方URL https://chromewebstore.google.com/detail/gtr-explorer/nhhkeakfbhhdlghchpckkhdlfbmneapa
简介 Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation
文件大小 71.41 KB
安装次数 20
当前版本 0.0.3
更新时间 2013-11-24
上架时间 2013-11-24
开发者 Ivan Fraixedes
付费类型 free
扩展官网 https://github.com/ifraixedes/hack-RCUKGatewayResarch112013
帮助页面URL https://github.com/ifraixedes/hack-RCUKGatewayResarch112013
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_security_policy": "default-src 'self'",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/gtr.rcuk.ac.uk\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gtr.rcuk.ac.uk\/*"
            ],
            "js": [
                "\/bower_components\/lodash\/dist\/lodash.min.js",
                "\/bower_components\/d3\/d3.min.js",
                "\/scripts\/api.js",
                "\/scripts\/app.js"
            ],
            "css": [
                "\/styles\/graphs.css"
            ]
        },
        {
            "matches": [
                "http:\/\/gtr.rcuk.ac.uk\/person\/*"
            ],
            "js": [
                "\/scripts\/person.graph.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/images\/toggle.png"
    ]
}