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 |
官方網址 | 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 |
電子郵箱 | [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" } } |