GeoClerk - Spatial Lookup
Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS
Qu'est-ce que GeoClerk - Spatial Lookup ?
GeoClerk - Spatial Lookup est une extension Chrome développée par https://geoclerk.com, et sa fonction principale est "Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GeoClerk - Spatial Lookup
Téléchargez les fichiers d'extension GeoClerk - Spatial Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
** 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.
Informations de Base sur l'Extension
Nom | GeoClerk - Spatial Lookup |
ID | kffjfmgpdfbicajlifkhgfkljoalohfn |
URL Officiel | 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 |
Taille du Fichier | 57.18 KB |
Nombre d'Installations | 263 |
Version Actuelle | 0.6.2 |
Dernière Mise à Jour | 2023-01-26 |
Date de Publication | 2021-02-23 |
Développeur | https://geoclerk.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.geoclerk.com/ |
URL de la Page de Politique de Confidentialité | https://www.searcherseismic.com/privacy-policy |
Langues Prises en Charge | 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": [ " |