Glat/Glong
Find the precise latitude and longitude of any point on Google Maps.
Glat/Glongคืออะไร?
Glat/Glong เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Find the precise latitude and longitude of any point on Google Maps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glat/Glong
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Glat/Glong |
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" ] } ] } |