map.geo.admin.ch Context Menu
Enables KML links to be opened in map.geo directly
map.geo.admin.ch Context Menuとは何ですか?
map.geo.admin.ch Context MenuはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Enables KML links to be opened in map.geo directly」です。
拡張機能のスクリーンショット
map.geo.admin.ch Context Menu拡張機能のCRXファイルをダウンロード
map.geo.admin.ch Context Menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Right click on any link that points to a KML file and select the menu entry to open the KML file inside map.geo.admin.ch
拡張機能の基本情報
名前 | map.geo.admin.ch Context Menu |
ID | cioeifohfbebbhkknakkeihcgnmfnpmg |
公式URL | https://chromewebstore.google.com/detail/mapgeoadminch-context-men/cioeifohfbebbhkknakkeihcgnmfnpmg |
説明 | Enables KML links to be opened in map.geo directly |
ファイルサイズ | 3.44 KB |
インストール数 | 46 |
現在のバージョン | 0.1 |
最終更新日 | 2019-09-25 |
公開日 | 2019-09-25 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "map.geo.admin.ch Context Menu", "description": "Enables KML links to be opened in map.geo directly", "version": "0.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "openKML.js" ] }, "manifest_version": 2 } |