Google Maps Coordinate Copier
Copy latitude and longitude from Google Maps links on a webpage
Wat is Google Maps Coordinate Copier?
Google Maps Coordinate Copier is een Chrome-extensie ontwikkeld door petetalksweb, en de belangrijkste functie is "Copy latitude and longitude from Google Maps links on a webpage".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Maps Coordinate Copier
Download Google Maps Coordinate Copier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Google Maps Coordinate Copier |
ID | bepccpkaangcaemdmhadifefccidkgbe |
Officiële URL | https://chromewebstore.google.com/detail/google-maps-coordinate-co/bepccpkaangcaemdmhadifefccidkgbe |
Beschrijving | Copy latitude and longitude from Google Maps links on a webpage |
Bestandsgrootte | 8.64 KB |
Aantal Installaties | 94 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-03-29 |
Publicatiedatum | 2023-03-29 |
Ontwikkelaar | petetalksweb |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |