Find In Map...
This extension lets you query an ArcGIS Online web map to find features matching the selected text.
Hvad er Find In Map...?
Find In Map... er en Chrome-udvidelse udviklet af rob dunfey, og dens hovedfunktion er "This extension lets you query an ArcGIS Online web map to find features matching the selected text.".
Udvidelsesskærmbilleder
Download Find In Map...-udvidelses-CRX-fil
Download Find In Map...-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Find In Map... |
ID | ocimppdncgbdocgagceomheodkdmakda |
Officiel URL | https://chromewebstore.google.com/detail/find-in-map/ocimppdncgbdocgagceomheodkdmakda |
Beskrivelse | This extension lets you query an ArcGIS Online web map to find features matching the selected text. |
Filstørrelse | 17.62 KB |
Antal Installationer | 151 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2018-01-25 |
Udgivelsesdato | 2018-01-24 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | rob dunfey |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |