Random Location Picker

Opens a Gmaps tab with a random location within the specified range of coordinates

ما هو Random Location Picker؟

Random Location Picker هو إضافة Chrome تم تطويرها بواسطة Larsluph، والميزة الرئيسية لها هي "Opens a Gmaps tab with a random location within the specified range of coordinates".

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

screenshot

تحميل ملف CRX للإضافة Random Location Picker

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

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

                        Selects the range of the random coordinates in the extension settings.
Click on the extension's icon in the toolbar to generate a random point on Earth within the specified range.                    

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

الاسم Random Location Picker Random Location Picker
ID jhfepchgoklhnggldplheniiciejkbik
عنوان URL الرسمي https://chromewebstore.google.com/detail/random-location-picker/jhfepchgoklhnggldplheniiciejkbik
الوصف Opens a Gmaps tab with a random location within the specified range of coordinates
حجم الملف 18.19 KB
عدد التثبيتات 140
النسخة الحالية 1.0.1
آخر تحديث 2023-08-28
تاريخ النشر 2021-08-26
تقييم 5.00/5 مجموع تقييمات 1
المطور Larsluph
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Larsluph/RandomCoordsExtension
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Location Picker",
    "description": "Opens a Gmaps tab with a random location within the specified range of coordinates",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Pick random location"
    },
    "background": {
        "service_worker": "background.js"
    }
}