Google Maps Coordinate Copier

Copy latitude and longitude from Google Maps links on a webpage

ما هو Google Maps Coordinate Copier؟

Google Maps Coordinate Copier هو إضافة Chrome تم تطويرها بواسطة petetalksweb، والميزة الرئيسية لها هي "Copy latitude and longitude from Google Maps links on a webpage".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Maps Coordinate Copier

قم بتنزيل ملفات الامتداد Google Maps Coordinate Copier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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)                    

معلومات أساسية عن التمديد

الاسم Google Maps Coordinate Copier Google Maps Coordinate Copier
ID bepccpkaangcaemdmhadifefccidkgbe
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-maps-coordinate-co/bepccpkaangcaemdmhadifefccidkgbe
الوصف Copy latitude and longitude from Google Maps links on a webpage
حجم الملف 8.64 KB
عدد التثبيتات 94
النسخة الحالية 1.0
آخر تحديث 2023-03-29
تاريخ النشر 2023-03-29
المطور petetalksweb
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}