map
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
Co to jest map?
map to rozszerzenie Chrome opracowane przez http://nightcap79-myhackinglife.blogspot.com, a jego główną funkcją jest „This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia map
Pobierz pliki rozszerzeń map w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | anmmeejglkafcakbckgleagjpophldeg |
Oficjalny URL | https://chrome.google.com/webstore/detail/map/anmmeejglkafcakbckgleagjpophldeg |
Opis | This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file |
Rozmiar pliku | 5.64 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2019-10-04 |
Data Publikacji | 2019-10-04 |
Deweloper | http://nightcap79-myhackinglife.blogspot.com |
Typ Płatności | free |
Strona Rozszerzenia | http://maps.dls.gov.jo/dlsweb/index.html |
Obsługiwane Języki | 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" ] } |