GtR Explorer

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

GtR Explorer란 무엇입니까?

GtR Explorer은(는) Ivan Fraixedes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve the search of http://gtr.rcuk.ac.uk/ with data visualisation"입니다.

확장 프로그램 스크린샷

screenshot

GtR Explorer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}