Glat/Glong
Find the precise latitude and longitude of any point on Google Maps.
什么是Glat/Glong?
Glat/Glong是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Find the precise latitude and longitude of any point on Google Maps.”。
扩展截图
下载Glat/Glong扩展crx文件
下载Glat/Glong扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension adds a red dot at the center of Google Maps maps. Clicking the dot reveals the center's coordinates — as an alert box (Mac/Linux only), and in Chrome's developer console (Mac/Linux/Windows).
Glat/Glong works on both the new ("preview") and old versions Google Maps.
---
# Privacy
Glat/Glong does not collect any data, or share your data or actions with anybody.
Glat/Glong does not load any "external" resources, such as analytics scripts, Facebook widgets, et cetera. 扩展基本信息
| 名称 | |
| ID | meaobcmdlboddjbegokabeiikckmkpli |
| 官方URL | https://chromewebstore.google.com/detail/glatglong/meaobcmdlboddjbegokabeiikckmkpli |
| 简介 | Find the precise latitude and longitude of any point on Google Maps. |
| 文件大小 | 11.31 KB |
| 安装次数 | 179 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2014-02-04 |
| 上架时间 | 2014-02-03 |
| 评分 | 3.50/5 共2次评分 |
| 开发者 | Unknown |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/jsvine/glat-glong |
| 帮助页面URL | https://github.com/jsvine/glat-glong/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Glat\/Glong",
"description": "Find the precise latitude and longitude of any point on Google Maps.",
"version": "0.1.0",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.google.com\/maps\/*",
"*:\/\/maps.google.com\/*"
],
"js": [
"js\/glat-glong.js"
]
}
]
} | |