Random Location Picker
Opens a Gmaps tab with a random location within the specified range of coordinates
Wat is Random Location Picker?
Random Location Picker is een Chrome-extensie ontwikkeld door Larsluph, en de belangrijkste functie is "Opens a Gmaps tab with a random location within the specified range of coordinates".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Location Picker
Download Random Location Picker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Random Location Picker |
ID | jhfepchgoklhnggldplheniiciejkbik |
Officiële URL | https://chromewebstore.google.com/detail/random-location-picker/jhfepchgoklhnggldplheniiciejkbik |
Beschrijving | Opens a Gmaps tab with a random location within the specified range of coordinates |
Bestandsgrootte | 18.19 KB |
Aantal Installaties | 140 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-08-28 |
Publicatiedatum | 2021-08-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Larsluph |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Larsluph/RandomCoordsExtension |
Ondersteunde Talen | 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" } } |