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 هو إضافة Chrome تم تطويرها بواسطة https://geoclerk.com، والميزة الرئيسية لها هي "Search GeoClerk from GeoView (WA), MinView (NSW), GeoResGlobe (QLD), STRIKE (NT), SARIG (SA), GeoVic (VIC) and NOPIMS".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GeoClerk - Spatial Lookup

قم بتنزيل ملفات الامتداد GeoClerk - Spatial Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}