GtR Explorer
Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation
GtR Explorer क्या है?
GtR Explorer Ivan Fraixedes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GtR Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |