Find In Map...

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

Vad är Find In Map...?

Find In Map... är en Chrome-tillägg utvecklad av rob dunfey, och dess huvudfunktion är "This extension lets you query an ArcGIS Online web map to find features matching the selected text.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Find In Map...-förlängningens CRX-fil

Ladda ner Find In Map...-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Find In Map... Find In Map...
ID ocimppdncgbdocgagceomheodkdmakda
Officiell webbadress https://chromewebstore.google.com/detail/find-in-map/ocimppdncgbdocgagceomheodkdmakda
Beskrivning This extension lets you query an ArcGIS Online web map to find features matching the selected text.
Filstorlek 17.62 KB
Antal Installationer 151
Aktuell Version 0.0.2
Senast Uppdaterad 2018-01-25
Publiceringsdatum 2018-01-24
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare rob dunfey
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}