Find In Map...
This extension lets you query an ArcGIS Online web map to find features matching the selected text.
Qu'est-ce que Find In Map... ?
Find In Map... est une extension Chrome développée par rob dunfey, et sa fonction principale est "This extension lets you query an ArcGIS Online web map to find features matching the selected text.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Find In Map...
Téléchargez les fichiers d'extension Find In Map... au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Find In Map... |
ID | ocimppdncgbdocgagceomheodkdmakda |
URL Officiel | https://chromewebstore.google.com/detail/find-in-map/ocimppdncgbdocgagceomheodkdmakda |
Description | This extension lets you query an ArcGIS Online web map to find features matching the selected text. |
Taille du Fichier | 17.62 KB |
Nombre d'Installations | 151 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2018-01-25 |
Date de Publication | 2018-01-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | rob dunfey |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |