Google Maps Coordinate Copier

Copy latitude and longitude from Google Maps links on a webpage

Apa itu Google Maps Coordinate Copier?

Google Maps Coordinate Copier adalah ekstensi Chrome yang dikembangkan oleh petetalksweb, dan fitur utamanya adalah "Copy latitude and longitude from Google Maps links on a webpage".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Maps Coordinate Copier

Unduh file ekstensi Google Maps Coordinate Copier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A Google Chrome extension that will copy the latitude and longitude coordinates from an embedded Google Map on the existing webpage.

Map pin icon by Icons 8 (https://icons8.com/icon/set/map-pin/ios-glyphs)                    

Informasi Dasar Ekstensi

Nama Google Maps Coordinate Copier Google Maps Coordinate Copier
ID bepccpkaangcaemdmhadifefccidkgbe
URL Resmi https://chromewebstore.google.com/detail/google-maps-coordinate-co/bepccpkaangcaemdmhadifefccidkgbe
Deskripsi Copy latitude and longitude from Google Maps links on a webpage
Ukuran File 8.64 KB
Jumlah Instalasi 94
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-03-29
Tanggal Publikasi 2023-03-29
Pengembang petetalksweb
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Maps Coordinate Copier",
    "version": "1.0",
    "description": "Copy latitude and longitude from Google Maps links on a webpage",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}