GtR Explorer

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

What is GtR Explorer?

GtR Explorer is a Chrome extension developed by Ivan Fraixedes, and its main feature is "Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation".

Extension Screenshots

screenshot

Download GtR Explorer Extension CRX File

Download GtR Explorer 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

                        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                    

Extension Basic Information

Name GtR Explorer GtR Explorer
ID nhhkeakfbhhdlghchpckkhdlfbmneapa
Official URL https://chromewebstore.google.com/detail/gtr-explorer/nhhkeakfbhhdlghchpckkhdlfbmneapa
Description Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation
File Size 71.41 KB
Installation Count 20
Current Version 0.0.3
Last Updated 2013-11-24
Publish Date 2013-11-24
Developer Ivan Fraixedes
Payment Type free
Extension Website https://github.com/ifraixedes/hack-RCUKGatewayResarch112013
Help Page URL https://github.com/ifraixedes/hack-RCUKGatewayResarch112013
Supported Languages 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"
    ]
}