GeoClerk - Spatial Lookup

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

O que é GeoClerk - Spatial Lookup?

GeoClerk - Spatial Lookup é uma extensão do Chrome desenvolvida por https://geoclerk.com, e sua principal característica é "Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GeoClerk - Spatial Lookup

Baixe arquivos de extensão GeoClerk - Spatial Lookup no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome GeoClerk - Spatial Lookup GeoClerk - Spatial Lookup
ID kffjfmgpdfbicajlifkhgfkljoalohfn
URL Oficial https://chromewebstore.google.com/detail/geoclerk-spatial-lookup/kffjfmgpdfbicajlifkhgfkljoalohfn
Descrição Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS
Tamanho do Arquivo 57.18 KB
Contagem de Instalações 263
Versão Atual 0.6.2
Última Atualização 2023-01-26
Data de Publicação 2021-02-23
Desenvolvedor https://geoclerk.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.geoclerk.com/
URL da Página de Política de Privacidade https://www.searcherseismic.com/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}