map
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
Qu'est-ce que map ?
map est une extension Chrome développée par http://nightcap79-myhackinglife.blogspot.com, et sa fonction principale est "This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension map
Téléchargez les fichiers d'extension map au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
Informations de Base sur l'Extension
Nom | |
ID | anmmeejglkafcakbckgleagjpophldeg |
URL Officiel | https://chrome.google.com/webstore/detail/map/anmmeejglkafcakbckgleagjpophldeg |
Description | This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file |
Taille du Fichier | 5.64 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-10-04 |
Date de Publication | 2019-10-04 |
Développeur | http://nightcap79-myhackinglife.blogspot.com |
Type de Paiement | free |
Site Web de l'Extension | http://maps.dls.gov.jo/dlsweb/index.html |
Langues Prises en Charge | 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" ] } |