Find In Map...
This extension lets you query an ArcGIS Online web map to find features matching the selected text.
O que é Find In Map...?
Find In Map... é uma extensão do Chrome desenvolvida por rob dunfey, e sua principal característica é "This extension lets you query an ArcGIS Online web map to find features matching the selected text.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Find In Map...
Baixe arquivos de extensão Find In Map... no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Find In Map... |
ID | ocimppdncgbdocgagceomheodkdmakda |
URL Oficial | https://chromewebstore.google.com/detail/find-in-map/ocimppdncgbdocgagceomheodkdmakda |
Descrição | This extension lets you query an ArcGIS Online web map to find features matching the selected text. |
Tamanho do Arquivo | 17.62 KB |
Contagem de Instalações | 151 |
Versão Atual | 0.0.2 |
Última Atualização | 2018-01-25 |
Data de Publicação | 2018-01-24 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | rob dunfey |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |