map
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
map क्या है?
map http://nightcap79-myhackinglife.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में map एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
एक्सटेंशन की मूल जानकारी
नाम | |
ID | anmmeejglkafcakbckgleagjpophldeg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/map/anmmeejglkafcakbckgleagjpophldeg |
विवरण | This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file |
फ़ाइल का आकार | 5.64 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-10-04 |
प्रकाशन तिथि | 2019-10-04 |
डेवलपर | http://nightcap79-myhackinglife.blogspot.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://maps.dls.gov.jo/dlsweb/index.html |
समर्थित भाषाएँ | 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" ] } |