Random Location Picker
Opens a Gmaps tab with a random location within the specified range of coordinates
What is Random Location Picker?
Random Location Picker is a Chrome extension developed by Larsluph, and its main feature is "Opens a Gmaps tab with a random location within the specified range of coordinates".
Extension Screenshots
Download Random Location Picker Extension CRX File
Download Random Location Picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Random Location Picker |
ID | jhfepchgoklhnggldplheniiciejkbik |
Official URL | https://chromewebstore.google.com/detail/random-location-picker/jhfepchgoklhnggldplheniiciejkbik |
Description | Opens a Gmaps tab with a random location within the specified range of coordinates |
File Size | 18.19 KB |
Installation Count | 140 |
Current Version | 1.0.1 |
Last Updated | 2023-08-28 |
Publish Date | 2021-08-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Larsluph |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Larsluph/RandomCoordsExtension |
Supported Languages | 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" } } |