GtR Explorer
Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation
Wat is GtR Explorer?
GtR Explorer is een Chrome-extensie ontwikkeld door Ivan Fraixedes, en de belangrijkste functie is "Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation".
Extensie Screenshots
Download het CRX-bestand van de extensie GtR Explorer
Download GtR Explorer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | nhhkeakfbhhdlghchpckkhdlfbmneapa |
| Officiële URL | https://chromewebstore.google.com/detail/gtr-explorer/nhhkeakfbhhdlghchpckkhdlfbmneapa |
| Beschrijving | Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation |
| Bestandsgrootte | 71.41 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2013-11-24 |
| Publicatiedatum | 2013-11-24 |
| Ontwikkelaar | Ivan Fraixedes |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ifraixedes/hack-RCUKGatewayResarch112013 |
| Help Pagina-URL | https://github.com/ifraixedes/hack-RCUKGatewayResarch112013 |
| Ondersteunde Talen | 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"
]
} | |