GtR Explorer
Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation
GtR Explorerคืออะไร?
GtR Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ivan Fraixedes และคุณลักษณะหลักของมันคือ "Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GtR Explorer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |