Google Maps Coordinate Copier
Copy latitude and longitude from Google Maps links on a webpage
Google Maps Coordinate Copierとは何ですか?
Google Maps Coordinate Copierはpetetalkswebによって開発されたChromeの拡張機能で、その主な機能は「Copy latitude and longitude from Google Maps links on a webpage」です。
拡張機能のスクリーンショット
Google Maps Coordinate Copier拡張機能のCRXファイルをダウンロード
Google Maps Coordinate Copier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Google Chrome extension that will copy the latitude and longitude coordinates from an embedded Google Map on the existing webpage. Map pin icon by Icons 8 (https://icons8.com/icon/set/map-pin/ios-glyphs)
拡張機能の基本情報
名前 | Google Maps Coordinate Copier |
ID | bepccpkaangcaemdmhadifefccidkgbe |
公式URL | https://chromewebstore.google.com/detail/google-maps-coordinate-co/bepccpkaangcaemdmhadifefccidkgbe |
説明 | Copy latitude and longitude from Google Maps links on a webpage |
ファイルサイズ | 8.64 KB |
インストール数 | 94 |
現在のバージョン | 1.0 |
最終更新日 | 2023-03-29 |
公開日 | 2023-03-29 |
開発者 | petetalksweb |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Maps Coordinate Copier", "version": "1.0", "description": "Copy latitude and longitude from Google Maps links on a webpage", "permissions": [ "activeTab", "clipboardWrite", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |