map

This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file

Wat is map?

map is een Chrome-extensie ontwikkeld door http://nightcap79-myhackinglife.blogspot.com, en de belangrijkste functie is "This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie map

Download map-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file                    

Basisinformatie over de Extensie

Naam map map
ID anmmeejglkafcakbckgleagjpophldeg
Officiële URL https://chrome.google.com/webstore/detail/map/anmmeejglkafcakbckgleagjpophldeg
Beschrijving This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
Bestandsgrootte 5.64 KB
Aantal Installaties 49
Huidige Versie 1.1
Laatst Bijgewerkt 2019-10-04
Publicatiedatum 2019-10-04
Ontwikkelaar http://nightcap79-myhackinglife.blogspot.com
Betalingswijze free
Extensiewebsite http://maps.dls.gov.jo/dlsweb/index.html
Ondersteunde Talen 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"
    ]
}