Find In Map...
This extension lets you query an ArcGIS Online web map to find features matching the selected text.
Τι είναι το Find In Map...;
Το Find In Map... είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rob dunfey, και η κύρια λειτουργία του είναι "This extension lets you query an ArcGIS Online web map to find features matching the selected text.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Find In Map...
Λήψη αρχείων επέκτασης Find In Map... σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Find In Map... |
ID | ocimppdncgbdocgagceomheodkdmakda |
Επίσημο URL | https://chromewebstore.google.com/detail/find-in-map/ocimppdncgbdocgagceomheodkdmakda |
Περιγραφή | This extension lets you query an ArcGIS Online web map to find features matching the selected text. |
Μέγεθος Αρχείου | 17.62 KB |
Αριθμός Εγκαταστάσεων | 151 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2018-01-25 |
Ημερομηνία Δημοσίευσης | 2018-01-24 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | rob dunfey |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |