Google Maps Coordinate Copier
Copy latitude and longitude from Google Maps links on a webpage
Vad är Google Maps Coordinate Copier?
Google Maps Coordinate Copier är en Chrome-tillägg utvecklad av petetalksweb, och dess huvudfunktion är "Copy latitude and longitude from Google Maps links on a webpage".
Tilläggsskärmbilder
Ladda ner Google Maps Coordinate Copier-förlängningens CRX-fil
Ladda ner Google Maps Coordinate Copier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | Google Maps Coordinate Copier |
ID | bepccpkaangcaemdmhadifefccidkgbe |
Officiell webbadress | https://chromewebstore.google.com/detail/google-maps-coordinate-co/bepccpkaangcaemdmhadifefccidkgbe |
Beskrivning | Copy latitude and longitude from Google Maps links on a webpage |
Filstorlek | 8.64 KB |
Antal Installationer | 94 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-03-29 |
Publiceringsdatum | 2023-03-29 |
Utvecklare | petetalksweb |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |