Random Location Picker

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

Qu'est-ce que Random Location Picker ?

Random Location Picker est une extension Chrome développée par Larsluph, et sa fonction principale est "Opens a Gmaps tab with a random location within the specified range of coordinates".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Random Location Picker

Téléchargez les fichiers d'extension Random Location Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Random Location Picker Random Location Picker
ID jhfepchgoklhnggldplheniiciejkbik
URL Officiel https://chromewebstore.google.com/detail/random-location-picker/jhfepchgoklhnggldplheniiciejkbik
Description Opens a Gmaps tab with a random location within the specified range of coordinates
Taille du Fichier 18.19 KB
Nombre d'Installations 140
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-08-28
Date de Publication 2021-08-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur Larsluph
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Larsluph/RandomCoordsExtension
Langues Prises en Charge 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"
    }
}