map

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

Apa itu map?

map adalah ekstensi Chrome yang dikembangkan oleh http://nightcap79-myhackinglife.blogspot.com, dan fitur utamanya adalah "This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi map

Unduh file ekstensi map dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama map map
ID anmmeejglkafcakbckgleagjpophldeg
URL Resmi https://chrome.google.com/webstore/detail/map/anmmeejglkafcakbckgleagjpophldeg
Deskripsi This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
Ukuran File 5.64 KB
Jumlah Instalasi 49
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-10-04
Tanggal Publikasi 2019-10-04
Pengembang http://nightcap79-myhackinglife.blogspot.com
Tipe Pembayaran free
Situs Ekstensi http://maps.dls.gov.jo/dlsweb/index.html
Bahasa yang Didukung 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"
    ]
}