map
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
O que é map?
map é uma extensão do Chrome desenvolvida por http://nightcap79-myhackinglife.blogspot.com, e sua principal característica é "This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão map
Baixe arquivos de extensão 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 will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
Informações Básicas da Extensão
Nome | |
ID | anmmeejglkafcakbckgleagjpophldeg |
URL Oficial | https://chrome.google.com/webstore/detail/map/anmmeejglkafcakbckgleagjpophldeg |
Descrição | This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file |
Tamanho do Arquivo | 5.64 KB |
Contagem de Instalações | 49 |
Versão Atual | 1.1 |
Última Atualização | 2019-10-04 |
Data de Publicação | 2019-10-04 |
Desenvolvedor | http://nightcap79-myhackinglife.blogspot.com |
Tipo de Pagamento | free |
Site da Extensão | http://maps.dls.gov.jo/dlsweb/index.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "map", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/maps.dls.gov.jo\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "background", "webRequest", "webRequestBlocking", "http:\/\/maps.dls.gov.jo\/*", "webNavigation" ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "web_accessible_resources": [ "script.js" ] } |