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 |
电子邮箱 | [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" } } |