Find In Map...
This extension lets you query an ArcGIS Online web map to find features matching the selected text.
Find In Map... là gì?
Find In Map... là một tiện ích mở rộng Chrome được phát triển bởi rob dunfey, và tính năng chính của nó là "This extension lets you query an ArcGIS Online web map to find features matching the selected text.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Find In Map...
Tải xuống các tệp mở rộng Find In Map... dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Find In Map... |
ID | ocimppdncgbdocgagceomheodkdmakda |
URL Chính Thức | https://chromewebstore.google.com/detail/find-in-map/ocimppdncgbdocgagceomheodkdmakda |
Mô tả | This extension lets you query an ArcGIS Online web map to find features matching the selected text. |
Kích Thước Tệp | 17.62 KB |
Số Lần Cài Đặt | 151 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2018-01-25 |
Ngày Phát Hành | 2018-01-24 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | rob dunfey |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |