GeoClerk - Spatial Lookup

Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS

What is GeoClerk - Spatial Lookup?

GeoClerk - Spatial Lookup is a Chrome extension developed by https://geoclerk.com, and its main feature is "Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download GeoClerk - Spatial Lookup Extension CRX File

Download GeoClerk - Spatial Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ** Requires an active GeoClerk subscription to use. ** 

This addon works with Australian State mapping tools to allow GeoClerk subscribers to search for images and the encompassing documents in the area you are looking at on MinView (for NSW), GeoResGlobe (for QLD), GeoVic (for Victoria), GeoView (for Western Australia), SARIG Map (SA), STRIKE (for Northern Territory) and NOPIMS (Offshore) document libraries.                    

Extension Basic Information

Name GeoClerk - Spatial Lookup GeoClerk - Spatial Lookup
ID kffjfmgpdfbicajlifkhgfkljoalohfn
Official URL https://chromewebstore.google.com/detail/geoclerk-spatial-lookup/kffjfmgpdfbicajlifkhgfkljoalohfn
Description Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS
File Size 57.18 KB
Installation Count 263
Current Version 0.6.2
Last Updated 2023-01-26
Publish Date 2021-02-23
Developer https://geoclerk.com
Email [email protected]
Payment Type free
Extension Website https://www.geoclerk.com/
Privacy Policy Page URL https://www.searcherseismic.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GeoClerk - Spatial Lookup",
    "description": "Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS",
    "version": "0.6.2",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/geoview.dmp.wa.gov.au\/geoview\/*",
                "https:\/\/minview.geoscience.nsw.gov.au\/*",
                "https:\/\/georesglobe.information.qld.gov.au\/*",
                "https:\/\/strike.nt.gov.au\/*",
                "https:\/\/gsv.vic.gov.au\/sd_weave\/*",
                "https:\/\/www.saismic.com.au\/home\/*",
                "https:\/\/saismic.com.au\/home\/*",
                "https:\/\/map.sarig.sa.gov.au\/*",
                "https:\/\/nopimsmaps.dmp.wa.gov.au\/nopimsmaps\/*"
            ],
            "exclude_globs": [
                "*disclaimer.html"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}