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 |
| 官方網址 | 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"
]
}
]
} | |