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 |
公式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" ] } |