map
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
Cos'è map?
map è un'estensione di Chrome sviluppata da http://nightcap79-myhackinglife.blogspot.com, e la sua funzione principale è "This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione map
Scarica i file di estensione map in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
Informazioni di Base sull'Estensione
Nome | |
ID | anmmeejglkafcakbckgleagjpophldeg |
URL Ufficiale | https://chrome.google.com/webstore/detail/map/anmmeejglkafcakbckgleagjpophldeg |
Descrizione | This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file |
Dimensione del File | 5.64 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-10-04 |
Data di Pubblicazione | 2019-10-04 |
Sviluppatore | http://nightcap79-myhackinglife.blogspot.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://maps.dls.gov.jo/dlsweb/index.html |
Lingue Supportate | 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" ] } |