Random Location Picker
Opens a Gmaps tab with a random location within the specified range of coordinates
Apa itu Random Location Picker?
Random Location Picker adalah ekstensi Chrome yang dikembangkan oleh Larsluph, dan fitur utamanya adalah "Opens a Gmaps tab with a random location within the specified range of coordinates".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Random Location Picker
Unduh file ekstensi Random Location Picker 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
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.
Informasi Dasar Ekstensi
Nama | Random Location Picker |
ID | jhfepchgoklhnggldplheniiciejkbik |
URL Resmi | https://chromewebstore.google.com/detail/random-location-picker/jhfepchgoklhnggldplheniiciejkbik |
Deskripsi | Opens a Gmaps tab with a random location within the specified range of coordinates |
Ukuran File | 18.19 KB |
Jumlah Instalasi | 140 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2023-08-28 |
Tanggal Publikasi | 2021-08-26 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Larsluph |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Larsluph/RandomCoordsExtension |
Bahasa yang Didukung | 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" } } |