Glat/Glong

Find the precise latitude and longitude of any point on Google Maps.

Glat/Glong là gì?

Glat/Glong là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Find the precise latitude and longitude of any point on Google Maps.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Glat/Glong

Tải xuống các tệp mở rộng Glat/Glong dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Glat/Glong Glat/Glong
ID meaobcmdlboddjbegokabeiikckmkpli
URL Chính Thức https://chromewebstore.google.com/detail/glatglong/meaobcmdlboddjbegokabeiikckmkpli
Mô tả Find the precise latitude and longitude of any point on Google Maps.
Kích Thước Tệp 11.31 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2014-02-04
Ngày Phát Hành 2014-02-03
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jsvine/glat-glong
URL Trang Trợ Giúp https://github.com/jsvine/glat-glong/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}