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ファイルをダウンロード

Racing World Builder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}