GPS Coordinates for Google Maps

Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats.

GPS Coordinates for Google Mapsとは何ですか?

GPS Coordinates for Google Mapsはhttps://crisvalls.comによって開発されたChromeの拡張機能で、その主な機能は「Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

GPS Coordinates for Google Maps拡張機能のCRXファイルをダウンロード

GPS Coordinates for Google Maps拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        HOW IT WORKS
With just a button located at the top right of the Google Maps screen (below your Google account image), you can manually or automatically copy and paste the GPS coordinates of any selected place in DD format (decimal degrees) and in DMS format (degrees / minutes / seconds), with its latitude and longitude, respectively.

An example. If you select Barcelona on Google Maps and then click on our button, you will see its coordinates in this way:
- DD (decimal degrees): 41.382894, 2.177432.
- DMS (degrees, minutes & seconds): 41°22'58.4"N 2°10'38.8"E.

Remember this Google Chrome's utility is used to show the coordinates of any area, township, commerce, point of interest (POI / POI) or even a place anywhere in the world selected directly on the map. Although there is no information on Google Maps, you will have its GPS coordinates :)

If nothing is selected in Google Maps, the coordinates shown will be those in the center of the screen.

COMBINABLE WITH OTHER GOOGLE CHROME EXTENSIONS:
★ Google Maps select and search (https://chrome.google.com/webstore/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje): After selecting a text to search it on Google Maps, you can get its coordinates immediately with our extension
★ Send to Google Maps (https://chrome.google.com/webstore/detail/send-to-google-maps/bhggankplfegmjjngfmhfajedmiikolo): After selecting a text to search it on Google Maps, you can get its coordinates immediately with our application.
★ Pushbullet (https://chrome.google.com/webstore/detail/pushbullet/chlffgpmiacpedhhbkiomidkjlcfhogd): Once you have this extension installed, select the desired coordinates in the text field, and from the context menu (right mouse button) press Pushbullet and send it to the device you need.

COMBINABLE WITH OTHER MAP APPS:
★ Maps.me: Using the Pushbullet extension in Google Chrome as detailed above, it's very easy to send Google Maps coordinates (from your computer or laptop) to other map apps like MAPS.ME (Maps with me). It's infinitely faster to search for a place with its coordinates that with its name in that application. Try it and tell us!

HELP US TO IMPROVE
We want to improve this Chrome Extension with your help, so don't hesitate to send us suggestions, doubts and bugs or errors.

Thank you very much for your support and hopefully this Chrome Extension will be very useful to you for managing your places and its GPS coordinates!                    

拡張機能の基本情報

名前 GPS Coordinates for Google Maps GPS Coordinates for Google Maps
ID agbofjnneeekffbjdcjhmmhmbldfogpc
公式URL https://chrome.google.com/webstore/detail/gps-coordinates-for-googl/agbofjnneeekffbjdcjhmmhmbldfogpc
説明 Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats.
ファイルサイズ 68.96 KB
インストール数 30,000
現在のバージョン 3.4
最終更新日 2021-07-06
公開日 2020-06-19
評価 4.18/5 合計 39 レビュー
開発者 https://crisvalls.com
Eメール [email protected]
支払い方法 free
対応言語 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Cristian Valls",
    "default_locale": "en",
    "version": "3.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "main.js",
                "z.js"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js",
            "background-z.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "icon-16.png",
        "copy.png",
        "qr.png"
    ]
}