Racing World Builder

Nick Ooms Racing World Builder

Racing World Builder란 무엇입니까?

Racing World Builder은(는) oomsni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nick Ooms Racing World Builder"입니다.

확장 프로그램 스크린샷

screenshot

Racing World Builder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Nick Ooms Racing World Builder                    

확장 프로그램 기본 정보

이름 Racing World Builder Racing World Builder
ID dhmbdcocfdagokoampkfaggledmjeccp
공식 URL https://chrome.google.com/webstore/detail/racing-world-builder/dhmbdcocfdagokoampkfaggledmjeccp
설명 Nick Ooms Racing World Builder
파일 크기 648 KB
설치 횟수 10
현재 버전 1.0.3
최근 업데이트 2014-11-05
출시 날짜 2014-11-05
평점 1.00/5 총 1 개의 평점
개발자 oomsni
결제 유형 free
지원되는 언어 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Racing World Builder",
    "version": "1.0.3",
    "description": "Nick Ooms Racing World Builder",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "golf19x19.png",
        "default_title": "Nick Ooms Racing World Builder",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/geo-vlaanderen.agiv.be\/gdiviewer\/"
            ],
            "run_at": "document_start",
            "js": [
                "js\/GeneralFunctions.js",
                "js\/ExtJs-3.2.1\/ext-base.js",
                "js\/ExtJs-3.2.1\/ext-all.js",
                "js\/OpenLayers-2.13.1\/OpenLayers.js",
                "js\/GeoExt\/script\/GeoExt.js",
                "js\/ExtJs-3.2.1\/RowExpander.js",
                "js\/ExtJs-3.2.1\/ExtJs_Image.js",
                "js\/ExtJs-3.2.1\/StatusBar.js",
                "js\/ExtJs-3.2.1\/Ext.ux.grid.RowActions.js",
                "js\/ExtJs-3.2.1\/FileUploadField.js",
                "js\/Config\/Config_constants.js",
                "js\/Config\/Config_Configureer.js",
                "js\/Config\/Map_functions.js",
                "js\/Config\/Map_toolbars.js",
                "js\/Config\/Map_events.js",
                "js\/Config\/Panels_map.js",
                "js\/Config\/Panels_layers.js",
                "js\/Config\/Panels_search_Crab.js",
                "js\/Config\/Panels_search_Capakey.js",
                "js\/Config\/Panels_search_Coordinaten.js",
                "js\/Config\/Util.js",
                "js\/Config\/Config_viewport.js",
                "js\/Config\/mobilemapping.js",
                "js\/Config\/projecties.js",
                "racing.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/geo-vlaanderen.agiv.be\/gdiviewer\/*"
    ],
    "web_accessible_resources": [
        "empty.js"
    ],
    "icons": {
        "48": "golf48x48.png",
        "128": "golf128x128.png"
    },
    "manifest_version": 2
}