GtR Explorer

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

Co je GtR Explorer?

GtR Explorer je rozšíření Chrome vyvinuté Ivan Fraixedes, a jeho hlavní funkcí je „Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GtR Explorer

Stáhněte si soubory rozšíření GtR Explorer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název GtR Explorer GtR Explorer
ID nhhkeakfbhhdlghchpckkhdlfbmneapa
Oficiální URL https://chromewebstore.google.com/detail/gtr-explorer/nhhkeakfbhhdlghchpckkhdlfbmneapa
Popis Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation
Velikost souboru 71.41 KB
Počet instalací 20
Aktuální Verze 0.0.3
Poslední Aktualizace 2013-11-24
Datum Vydání 2013-11-24
Vývojář Ivan Fraixedes
Typ Platby free
Webové stránky Rozšíření https://github.com/ifraixedes/hack-RCUKGatewayResarch112013
URL Stránky Nápovědy https://github.com/ifraixedes/hack-RCUKGatewayResarch112013
Podporované Jazyky 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"
    ]
}