GeoClerk - Spatial Lookup

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

Was ist GeoClerk - Spatial Lookup?

GeoClerk - Spatial Lookup ist eine Chrome-Erweiterung, die von https://geoclerk.com entwickelt wurde, und ihr Hauptmerkmal ist "Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

GeoClerk - Spatial Lookup-Erweiterungs-CRX-Datei herunterladen

Laden Sie GeoClerk - Spatial Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ** 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.                    

Grundlegende Informationen zur Erweiterung

Name GeoClerk - Spatial Lookup GeoClerk - Spatial Lookup
ID kffjfmgpdfbicajlifkhgfkljoalohfn
Offizielle URL https://chromewebstore.google.com/detail/geoclerk-spatial-lookup/kffjfmgpdfbicajlifkhgfkljoalohfn
Beschreibung Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS
Dateigröße 57.18 KB
Installationsanzahl 263
Aktuelle Version 0.6.2
Letztes Update 2023-01-26
Veröffentlichungsdatum 2021-02-23
Entwickler https://geoclerk.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.geoclerk.com/
URL der Datenschutzrichtlinien-Seite https://www.searcherseismic.com/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}