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開發的Chrome擴展程式,該擴展的主要功能是“This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file”。
擴展截圖
下載map擴展crx文件
下載map擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will exports the map from http://maps.dls.gov.jo/dlsweb/index.html to Google Earth as a kmz file
擴展基本資訊
名稱 | |
ID | anmmeejglkafcakbckgleagjpophldeg |
官方網址 | 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" ] } |