GeoClerk - Spatial Lookup

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

GeoClerk - Spatial Lookup란 무엇입니까?

GeoClerk - Spatial Lookup은(는) https://geoclerk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

GeoClerk - Spatial Lookup 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 GeoClerk - Spatial Lookup GeoClerk - Spatial Lookup
ID kffjfmgpdfbicajlifkhgfkljoalohfn
공식 URL https://chromewebstore.google.com/detail/geoclerk-spatial-lookup/kffjfmgpdfbicajlifkhgfkljoalohfn
설명 Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS
파일 크기 57.18 KB
설치 횟수 263
현재 버전 0.6.2
최근 업데이트 2023-01-26
출시 날짜 2021-02-23
개발자 https://geoclerk.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.geoclerk.com/
개인정보 보호 정책 페이지 URL https://www.searcherseismic.com/privacy-policy
지원되는 언어 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": [
                ""
            ]
        }
    ]
}