Google Maps Coordinate Copier
Copy latitude and longitude from Google Maps links on a webpage
What is Google Maps Coordinate Copier?
Google Maps Coordinate Copier is a Chrome extension developed by petetalksweb, and its main feature is "Copy latitude and longitude from Google Maps links on a webpage".
Extension Screenshots
Download Google Maps Coordinate Copier Extension CRX File
Download Google Maps Coordinate Copier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Google Maps Coordinate Copier |
ID | bepccpkaangcaemdmhadifefccidkgbe |
Official URL | https://chromewebstore.google.com/detail/google-maps-coordinate-co/bepccpkaangcaemdmhadifefccidkgbe |
Description | Copy latitude and longitude from Google Maps links on a webpage |
File Size | 8.64 KB |
Installation Count | 94 |
Current Version | 1.0 |
Last Updated | 2023-03-29 |
Publish Date | 2023-03-29 |
Developer | petetalksweb |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |