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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}