Find In Map...

This extension lets you query an ArcGIS Online web map to find features matching the selected text.

Co je Find In Map...?

Find In Map... je rozšíření Chrome vyvinuté rob dunfey, a jeho hlavní funkcí je „This extension lets you query an ArcGIS Online web map to find features matching the selected text.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Find In Map...

Stáhněte si soubory rozšíření Find In Map... ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension appends the selected text as a search term in ArcGIS Online URL.  By default it's configured to search the freely available ESRI topographic basemap.  Using the options page, you can change the default URL to an ArcGIS for Portal URL used by your organisation.                    

Základní Informace o Rozšíření

Název Find In Map... Find In Map...
ID ocimppdncgbdocgagceomheodkdmakda
Oficiální URL https://chromewebstore.google.com/detail/find-in-map/ocimppdncgbdocgagceomheodkdmakda
Popis This extension lets you query an ArcGIS Online web map to find features matching the selected text.
Velikost souboru 17.62 KB
Počet instalací 151
Aktuální Verze 0.0.2
Poslední Aktualizace 2018-01-25
Datum Vydání 2018-01-24
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář rob dunfey
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find In Map...",
    "short_name": "Find In Map",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "description": "This extension lets you query an ArcGIS Online web map to find features matching the selected text.",
    "version": "0.0.2",
    "author": "Rob Dunfey @ gisconsultancy.com",
    "icons": {
        "16": "icon_16.ico",
        "32": "icon_32.ico",
        "128": "icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "options.js",
            "background.js"
        ]
    },
    "manifest_version": 2
}