map
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
Was ist map?
map ist eine Chrome-Erweiterung, die von http://nightcap79-myhackinglife.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file".
Erweiterungsscreenshots
map-Erweiterungs-CRX-Datei herunterladen
Laden Sie map-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
Grundlegende Informationen zur Erweiterung
Name | |
ID | anmmeejglkafcakbckgleagjpophldeg |
Offizielle URL | https://chrome.google.com/webstore/detail/map/anmmeejglkafcakbckgleagjpophldeg |
Beschreibung | This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file |
Dateigröße | 5.64 KB |
Installationsanzahl | 49 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-10-04 |
Veröffentlichungsdatum | 2019-10-04 |
Entwickler | http://nightcap79-myhackinglife.blogspot.com |
Zahlungsart | free |
Erweiterungswebsite | http://maps.dls.gov.jo/dlsweb/index.html |
Unterstützte Sprachen | 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" ] } |