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... rob dunfey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you query an ArcGIS Online web map to find features matching the selected text."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Find In Map... एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |