GeoClerk - Spatial Lookup
Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS
Apa itu GeoClerk - Spatial Lookup?
GeoClerk - Spatial Lookup adalah ekstensi Chrome yang dikembangkan oleh https://geoclerk.com, dan fitur utamanya adalah "Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GeoClerk - Spatial Lookup
Unduh file ekstensi GeoClerk - Spatial Lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
** 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.
Informasi Dasar Ekstensi
Nama | GeoClerk - Spatial Lookup |
ID | kffjfmgpdfbicajlifkhgfkljoalohfn |
URL Resmi | https://chromewebstore.google.com/detail/geoclerk-spatial-lookup/kffjfmgpdfbicajlifkhgfkljoalohfn |
Deskripsi | Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS |
Ukuran File | 57.18 KB |
Jumlah Instalasi | 263 |
Versi Saat Ini | 0.6.2 |
Terakhir Diperbarui | 2023-01-26 |
Tanggal Publikasi | 2021-02-23 |
Pengembang | https://geoclerk.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.geoclerk.com/ |
URL Halaman Kebijakan Privasi | https://www.searcherseismic.com/privacy-policy |
Bahasa yang Didukung | 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": [ " |